Debug dmd2 using gdb 7.6 on windxp
Zaher Dirkey via Digitalmars-d-debugger
digitalmars-d-debugger at puremagic.com
Thu Oct 16 04:25:05 PDT 2014
Hi,
I want to debug my application using gdb, i used last mingw
version that include gdb7.6, i use CodeBlock as editor, but i
notice gdb can't run my exe in windows xp(sp3), i added -gc to
compiler but it fail to start gdb
dmd -gc hello.d
gdb hello.exe
If it work it will work with CodeBlock debugger for windows.
If not it is supported what should i use? CodeBlock have another
option CDB, from where i can install it?
thanks in advance.
More information about the Digitalmars-d-debugger
mailing list