News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Debugging Digital Mars D

Started by tavoxoxa, February 02, 2014, 08:14:56 AM

Previous topic - Next topic

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:

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?

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]