Help to launch the debugger in VS Codium.
WebFreak001
d.forum at webfreak.org
Mon Dec 12 19:11:37 UTC 2022
On Monday, 12 December 2022 at 16:50:53 UTC, Mahdis wrote:
> Hello, please help me in setting up the debugger in VS Codium
> on Fedora 37.
> What do I need?
> Serve-d,vscode.cpptools, dcd and dub are installed on my system.
>
> I installed code-d, it works great but the debugger just
> compiles and displays the result and stops even with the
> directive set
> [here](https://github.com/Pure-D/code-d/blob/master/docs/debugging.md).
try installing
[CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) ([openvsx](https://open-vsx.org/extension/vadimcn/vscode-lldb/)), it's usually a nice out-of-the-box experience with debugging on linux. It even downloads the debugger automatically and is the preferred auto-pick choice by code-d when using the `"code-d"` debug type on Linux.
More information about the Digitalmars-d-ide
mailing list