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

Reply via email to