This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Debugger not running? #238
Comments
@saadq Did you ever find a fix? |
Unfortunately no, I've just been debugging node with Chrome lately. One thing you may want to try instead is xatom-debug + xatom-debug-nodejs as an alternative, I remember it working for me when I tried. |
@guerillagorilla Thanks, that did the trick for me too. |
This allows node to run and actually start the app, but the connection is still never made to the debugger so no data ever comes back in the panel ;( |
Any fix for this? |
It looks to me like this code relies on the deprecated (since node 7.7) internal _debugger.js. The new approach is to use the node inspector. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having issues getting the debugger to run. Breakpoints are working, but trying to do
Start Resume
orStart Active File
doesn't seem to run the file. Steps to reproduce my issue:When I do the last step, all that happens is this in the console:
I am on macOS Sierra Version 10.12.2. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: