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

Reply via email to