-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
debuggerIssues and PRs related to the debugger subsystem.Issues and PRs related to the debugger subsystem.
Description
Is there a way?
E.g. I currently see only:
Break on start in main.js:3
1 #!/usr/bin/env node
2
> 3 x = 0;
4 x = 1;
5 x = 2;
debug> n
break in main.js:4
2
3 x = 0;
> 4 x = 1;
5 x = 2;
6 x = 3;
debug>
on node v14.15.3.
I'll send a PR if this will be accepted.
More details at: https://stackoverflow.com/questions/64942914/how-to-increase-the-number-of-context-lines-shown-in-the-node-js-debugger-when-u
Metadata
Metadata
Assignees
Labels
debuggerIssues and PRs related to the debugger subsystem.Issues and PRs related to the debugger subsystem.