kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Programs won't execute #154

Open gwc4github opened 8 years ago

gwc4github commented 8 years ago

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 commented 8 years ago

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
codecontemplator commented 8 years ago

Thanks for the feedback.