digitalmars.D - dmd and gdb
- vtp <vanh dslextreme.com> Jan 10 2007
Does dmd compiler work with gdb debugger? Or do I need gdc compiler instead? vtp
Jan 10 2007
vtp schrieb:Does dmd compiler work with gdb debugger? Or do I need gdc compiler instead? vtp
Yes it works for me on linux. But the backtrace is broken. Compiled with debug info I get some lines and and error about "corrupt stack". Without the debug info it shows the complete stack with modules, but without line numbers. What it is good for: get the position of a segmentation fault ;)
Jan 10 2007








"Frank Benoit (keinfarbton)" <benoit tionex.removethispart.de>