digitalmars.D.debugger - Issue debugging in VSCode for Windows
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
Sep 19 2019
On Thursday, 19 September 2019 at 10:37:11 UTC, a11e99z wrote: wait with reply till. WebFreak answered to me in GitHub, I'm trying to do as he said
Sep 19 2019
On Thursday, 19 September 2019 at 10:37:11 UTC, a11e99z wrote: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. when I try to debug ▶[Dbg+Mago] I've got:I copied mago-mi.exe from https://github.com/buggins/dlangide/releases/tag/v0.8.5 to folders LDC/bin and DMD/bin (they are in PATH) now I see nothing when try to debug app (F5) for 1-2 seconds appear tool window like [Step over, Step into, ..] and disappear. and nothing either in terminal or debug console. I can build & run app in terminal but its not debugging. when I do "dub clean", delete EXE manually and try to debug F5 I see same - nothing happened. so F5 probably do nothing at all cuz it not to try find and start EXE, it tells nothing. what to do now?Could not start debugger process, does the program exist in filesystem? Error: spawn mago-mi ENOENT
Sep 19 2019
On Thursday, 19 September 2019 at 10:37:11 UTC, a11e99z wrote: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.bugs at github for issue: https://github.com/WebFreak001/code-debug/issues/191 https://github.com/WebFreak001/code-debug/issues/189
Sep 19 2019