Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keep Chrome extensions when debugging JS in WebStorm

When I debug in WebStorm (Angular) it launches a new session Chrome browser but removed all extensions, however I would like to keep the Redux extension in the debug session. Is it possible?

like image 869
born2net Avatar asked Jul 12 '26 06:07

born2net


1 Answers

WebStorm uses Chrome protocol with --remote-debugging-port option for debugging by default. Debug session is started in a new window and using a new custom Chrome profile (as, if Chrome is already started, a debugging port can't be opened for any new or existing Chrome instance that has the same user data).

You can modify Chrome settings in Settings | Tools | Web Browsers to launch Chrome with your own user data - see https://www.jetbrains.com/help/webstorm/configuring-javascript-debugger.html#ws_js_debug_default_chrome_user_data. But you will then need to make sure to close all running Chrome instances prior to starting the debug session to make debugging work

like image 198
lena Avatar answered Jul 16 '26 11:07

lena



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!