how to find source files of node when using "node --inspect-brk index.js"

时间:2018-08-22 13:49:02

标签: node.js node-inspector

I am now trying to debug one node application, and using 'node --inspect-brk index.js', I can see all those node internal source files now (just as following snapshot).

I run into one issue and want to do some hack to those files in my macbook, while I fail to find them.

Is it possible to find those files in my local directories and modify some of them?

enter image description here

1 个答案:

答案 0 :(得分:0)

您无法更改这些文件。这些是内部节点源文件。

相关问题