Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: tavoxoxa on February 02, 2014, 08:14:56 am

Title: Debugging Digital Mars D
Post by: tavoxoxa on February 02, 2014, 08:14:56 am
Code::Blocks 13.12  +  dmd.2.064.2 + GDB 7.6.1 + Windows7.
I successfully compile the D application . 
But I can not do debugging. I have an error:
Code
Debugger name and version: GNU gdb (GDB) 7.6.1
Starting the debuggee failed: No executable specified, use `target exec'.
who knows how to configure debugging?
Title: Re: Debugging Digital Mars D
Post by: oBFusCATed on February 02, 2014, 11:30:51 am
Probably you'll have to use CDB instead of GDB, because DMD for windows is producing VC++ compatible symbols, please check the documentation of DMD.