ldc 0.9.1 released

Christian Kamm kamm-incasoftware at removethis.de
Thu May 28 09:29:38 PDT 2009


Timo Gransch wrote:

> I compile a programm using
> 
> ldmd -g -debug test.d
> 
> Then I try to debug using gdb with the D patches:
> 
> (gdb) list
> 1	../sysdeps/x86_64/elf/start.S: No such file or directory.
> in ../sysdeps/x86_64/elf/start.S

On x86-32 that gives me a listing of the main function defined in the D 
runtime - but I am using a debug runtime. Does inserting a breakpoint in 
your code and running to that work?




More information about the Digitalmars-d-announce mailing list