Skip to content

No debug prompt message #9854

Closed
Closed
@svor

Description

@svor
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions