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

Configure break on first line

Open kurtsson opened this issue 8 years ago • 1 comments

Not sure if this is a good idea but the plugin runs debug with the --debug-brk flag every time. I think I would like a way of running debug without breaking on the first line every time which I think --debug would do.

kurtsson avatar Sep 13 '16 09:09 kurtsson

The break on first line is because of node. It is so the debugger has plenty of time to connect. So you do not miss any parts early in the code.. What I think it should do is have an option, so once it is connected, it automatically continues. (Unless of course there is a real breakpoint on the first line.

WORMSS avatar Sep 16 '16 12:09 WORMSS