作者:dibaoejx | 来源:互联网 | 2023-06-24 20:37
页面代码
1 2 3 4 5 6 7 8
| 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)