digitalmars.D - dmd and gdb
- vtp (2/2) Jan 10 2007 Does dmd compiler work with gdb debugger? Or do I need gdc compiler inst...
- Frank Benoit (keinfarbton) (6/9) Jan 10 2007 Yes it works for me on linux.
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? vtpYes 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