You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
Today 11/01/2018 I install the node-debugger but it not working, it said use --inspect-brk instead of --debug-brk,
After changing it manually following thing happen:
when start it said: Starting inspector on 127.0.0.1:5858 failed: address already in use
I changed the port number but in all port same message flash.
and nothing happens when trying to set a breakpoint.
The text was updated successfully, but these errors were encountered:
I think this is because the plug-in implementation of ctl + F5 after the default start command for node --debug However, the version after the implementation of the command from node 8 to node --inspect Therefore, the plug-in error should be changed very simple only need to change Plugins built-in start-up command or start-up command to be able to set the parameters that would be great
Today 11/01/2018 I install the node-debugger but it not working, it said use --inspect-brk instead of --debug-brk,
After changing it manually following thing happen:
when start it said: Starting inspector on 127.0.0.1:5858 failed: address already in use
I changed the port number but in all port same message flash.
and nothing happens when trying to set a breakpoint.
The text was updated successfully, but these errors were encountered: