Debugging with LLDB on Windows

Mike Parker aldacron at gmail.com
Mon Aug 3 12:00:00 UTC 2020


On Monday, 3 August 2020 at 11:56:30 UTC, WebFreak001 wrote:
> I'm trying to use LLDB on Windows to debug a program compiled 
> with LDC, however it seems LLDB doesn't load any debug symbols 
> or it doesn't know how to parse the ones emitted by LDC.
>
> Is there some way to make LDC emit debug symbols parsable by 
> LLDB? I believe it needs DWARF debugging information to work 
> properly, but I assume that's what LDC already emits.
>

Pretty sure LDC emits COFF.



More information about the digitalmars-d-ldc mailing list