Friday 9 June 2017

Has anybody figured out how to debug node apps started with --inspect=PORT in Webstorm?

The node process reports something like this:Debugger listening on ws://127.0.0.1:9230/253da985-50b9-4450-a857-be89ffa7ffc7 In Webstorm, the remote debug configuration only allows for a host and a port, and is missing a place for the hash. The other problem is every time I restart the node process, even though I've specified --inspect=9230, it grabs the next available port (9231, then 9232 etc).

Submitted June 10, 2017 at 05:40AM by mrjking

No comments:

Post a Comment