webstrom debug nodejs出错


页面代码


 function a(){
    console.log(2)
}
function b(){
    a();
    console.log(1)
}
b()

错误提示

Cannot stop on breakpoint due to internal error: org.jetbrains.v8.V8CommandProcessor$1: TypeError: f is not a function at Function.t.getScopes (eval at (f:\cjg\WebstormProjects\1122\sk.js:1:11), :217:15) at t.describeFrame (eval at (f:\cjg\WebstormProjects\1122\sk.js:1:11), :213:33) at t.getFrames (eval at (f:\cjg\WebstormProjects\1122\sk.js:1:11), :114:89) at DebugCommandProcessor.r.processDebugJSONRequest (eval at (f:\cjg\WebstormProjects\1122\sk.js:1:11), :348:15) at Object. (f:\cjg\WebstormProjects\1122\sk.js:8:1) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.runMain [as _onTimeout] (module.js:457:10)

webstrom JavaScript

傲娇的字幕君 9 years, 1 month ago

webstorm11?
I meet this fuxxxking problem too..

qiujie answered 9 years, 1 month ago

Your Answer