"command":"setBreakpoints","body":{"breakpoints":[{"id":1,"verified":false,"message":"Module containing this breakpoint has not yet loaded or the breakpoint address could not be obtained.","line":116},{"id":2,"verified":false,"message":"Module containing this breakpoint has not yet...
It doesn't look like the script you set breakpoints in is being loaded in the program you're debugging, or your build process is not emitting sourcemaps for it. Author cyj8b commented Feb 26, 2024 It doesn't look like the script you set breakpoints in is being loaded in the program ...
not stopping on breakpoints breakpoint not working 原因: 1) php.ini xdebug 端口不配置的情况下,默认是 9000,如果vscode里面改为了其他端口,php.ini里面也要改为同样的端口。 如: a) vscode launch.json 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 "configurations": [ { "name": ...
+ process.kill(parentPid, 0); // Throws an exception if the process doesn't exist anymore.+ } catch (e) { + exit(); + } + }, 5000); +} else { + logger.error('no parent process'); + exit(1); +} + +const vscode = new Vscode(); ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
it's the same, debug doesn't work even with all the tricks. to fix i download previous release and all restart to work. before install stop auto-update ;-) Copy link MatthieuScarsetcommentedDec 11, 2020 Same here... I was debugging my PHP app... and had the bad idea to upgrade...
step2: then press F5 then we can hit the breakpoint normally, step3: we can do all debug operations such as watch the value of parameter,and changed them by hand. step4: once I cancel all breakpoints and press "run" , the debug progress will can't stop anymore, step5: even I creat...
OS: Darwin x64 21.2.0 I tested python and cpp with multi demo and project, both of them cannot stop at breakpoint nor click debug's stop button. Not only in my local macine but also in ssh server. Is that vscode version is toooooo updated or my mac version is tooooo old?