Open
Description
In Windows, debug can only work properly when the type is cppvsdbg, like this
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Test",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/tmp-debug-build/bin/test-xxx",
"cwd": "${workspaceFolder}"
}
]
}
zigDebug:
vscode-zig/src/zigMainCodeLens.ts
Line 82 in 9f65aef
debugTest:
vscode-zig/src/zigTestRunnerProvider.ts
Line 161 in 9f65aef
Metadata
Assignees
Labels
No labels
Activity