atom-node-debugger
atom-node-debugger copied to clipboard
Programs won't execute
I have setup the config file and I am sure the node path is correct (see attached renamed with ".txt" extension.) when I press F9 it seems to set a breakpoint. When I press F5 it pops up the stdout/stderr window and the small window on the bottom right with breakpoint list, call stack, and locals. However, no matter what I try after that, F10, F5, etc. it never executes the program.
I am using OSX El Capitan 10.11.3 and Atom 1.5.4 config.txt
I dug some more through old issues here and found something that helped (tutorial #48). So far it looks like my biggest problem is that I use the Atom menu option "Atom/Open your config" to add the configuration you had in the information about your tool. I am sure that this is just because I am new to some of this stuff but maybe it would be good to add a line of text saying something like what you had written in that issue: To set the configuration:
- press cmd + shift + p
- type: setting
- go to packages
- search debugger
- click settings button in node-debugger pane
- scroll down to settings
- then you can see and change the settings
Thanks for the feedback.