Closed
Description
- Version: v7.2.0
- Platform: Linux 3.8.0-44-generic deprecate domains #66~precise1-Ubuntu SMP Tue Jul 15 04:01:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
After connecting to the debugger I don't have a prompt debug>
as it describes in the documentation (https://nodejs.org/api/debugger.html)
I have:
node debug localhost:5858
connecting to localhost:5858 ... ok
break in app.js:1
> 1 var x = 1;
2 say("Hello", x);
3
But I expect:
node debug localhost:5858
connecting to localhost:5858 ... ok
break in app.js:1
> 1 var x = 1;
2 say("Hello", x);
3
debug>
Metadata
Metadata
Assignees
Labels
No labels