npm debugger is not reattaching

Im running a npm script in debug.

The script is closing the debugger web socket  every time I change the code, But webstorm wont identify and reattach to the new WS...

screenshot: 

Im using npm run configuration:

webstorm 2021.3 on macos.

Thanks.

0
1 comment

you can try the Attach to Node.js\Chrome run configuration to attach to a running Node.js process - it has an option to re-attach

0

Please sign in to leave a comment.