Change debugger strategy to try fix debugger being unresponsive issue

This commit is contained in:
2026-05-09 13:36:29 +02:00
parent 0e14281516
commit 51aea99f57
4 changed files with 16 additions and 5 deletions

1
.vscode/launch.json vendored
View File

@@ -12,6 +12,7 @@
"host": "localhost",
"port": 5678
},
"steppingResumesAllThreads": true,
"pathMappings": [
{
"localRoot": "${workspaceFolder}",