User forums > General (but related to Code::Blocks)

Debugging Digital Mars D

(1/1)

tavoxoxa:
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'.

--- End code ---
who knows how to configure debugging?

oBFusCATed:
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.

Navigation

[0] Message Index

Go to full version