How do you typically debug / write D code (Visual Studio - known to be broken in Error pane etc), VScode - I get this error...

Daniel Daniel
Mon Aug 19 18:24:59 UTC 2024


On Monday, 19 August 2024 at 13:05:55 UTC, ryuukk_ wrote:
> What's your OS?
>
>
> Debugging works very nice with vscode:
>
> ```json
>         {
>             "name": "game: client",
>             "type": "lldb",
>             "request": "launch",
>             "program": "${workspaceFolder}/bin/game",
>             "cwd": "${workspaceFolder}/bin",
>         },
> ```
>
> use: 
> https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
>
>
> ![screenshot](https://i.imgur.com/14F8FtR.png)
>
>
> if you are on windows, you can try 
> https://github.com/EpicGamesExt/raddebugger (from rad/Epic 
> Games), they plan to make it crossplatform
>
> When i was using windows, i was using: 
> https://remedybg.itch.io/remedybg, paid but it works

How do I get LLDB to work?  I would like to Debug / edit from one 
app, or is RAD Debugger worth it as a standalone?


More information about the Digitalmars-d-learn mailing list