Issue debugging in VSCode for Windows
a11e99z
black80 at bk.ru
Thu Sep 19 10:37:11 UTC 2019
I have Windows x64 10
VS+VisualD where I can debug/break D-programs
I installed VSCode with "D Programming Language (code-d)", "D
Language utility extension pack" packages.
launch config is:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit:
https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "mago-mi",
"request": "launch",
"name": "Dbg+Mago",
"target": "./bin/executable",
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
]
}
when I try to debug ▶[Dbg+Mago] I've got:
> Could not start debugger process, does the program exist in
> filesystem?
> Error: spawn mago-mi ENOENT
More information about the Digitalmars-d-debugger
mailing list