Debugging with GDB 8 on Windows

Johan Engelen j at j.nl
Thu Feb 18 11:16:24 UTC 2021


On Wednesday, 17 February 2021 at 20:22:09 UTC, Siemargl wrote:
> As i have read, as of LDC 1.23, dwarf debug info supported.
>
> I try to use gdb, but not successfully - breakpoints cannot be 
> set on function name, and not working completely.
>
> ...
>
>ldc2 -gdwarf -m64 --d-debug --O0 dbg.d

Just to be sure, can you try with adding `-g` to that?

-Johan



More information about the digitalmars-d-ldc mailing list