node 程序,在开启 node --debug xxx.js 产生错误, 生成 core.进程号 文件 这个问题, 怎么定位呢, 怎么才能看明白这个文件呢
回复 (2)
J
gdb node core.pid
I
node-inspector 足够debug用了,看这个 https://cnodejs.org/topic/5463f6e872f405c829029f7e
参与回复
登录后即可参与回复。登录
node 程序,在开启 node --debug xxx.js 产生错误, 生成 core.进程号 文件 这个问题, 怎么定位呢, 怎么才能看明白这个文件呢
gdb node core.pid
node-inspector 足够debug用了,看这个 https://cnodejs.org/topic/5463f6e872f405c829029f7e