How to increase the number of context lines shown in the Node.js debugger when using node inspect from the command line?

后端 未结 0 1984
独厮守ぢ
独厮守ぢ 2020-11-21 19:25

Sample script:

main.js

#!/usr/bin/env node

x = 0;
x = 1;
x = 2;
x = 3;
x = 4;
x = 5;
x = 6;
x = 7;
x = 8;
x = 9;
x = 10;
x = 11;
x = 12;
x = 13;
x = 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题