atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Programs won't execute

Open gwc4github opened this issue 9 years ago • 2 comments
trafficstars

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

gwc4github avatar Mar 14 '16 13:03 gwc4github

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:

  1. press cmd + shift + p
  2. type: setting
  3. go to packages
  4. search debugger
  5. click settings button in node-debugger pane
  6. scroll down to settings
  7. then you can see and change the settings

gwc4github avatar Mar 14 '16 14:03 gwc4github

Thanks for the feedback.

codecontemplator avatar Apr 02 '16 19:04 codecontemplator