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

ryuukk_ ryuukk.dev at gmail.com
Mon Aug 19 13:05:55 UTC 2024


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


More information about the Digitalmars-d-learn mailing list