Help to launch the debugger in VS Codium.

WebFreak001 d.forum at webfreak.org
Tue Dec 13 08:47:48 UTC 2022


On Tuesday, 13 December 2022 at 08:17:53 UTC, Mahdis wrote:
> On Monday, 12 December 2022 at 19:11:37 UTC, WebFreak001 wrote:
>> On Monday, 12 December 2022 at 16:50:53 UTC, Mahdis wrote:
>>> [...]
>>
>> 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.
>
> Thankful
> But this plugin needs to install lldb-mi for D  language?
> I couldn't compile lldb-mi

no, CodeLLDB does not need lldb-mi. It also automatically 
downloads LLDB, so you don't need to install anything.

Native Debug needs lldb-mi, but it's not a great integration like 
CodeLLDB.


More information about the Digitalmars-d-ide mailing list