Author Topic: Debugging Digital Mars D  (Read 3840 times)

tavoxoxa

  • Guest
Debugging Digital Mars D
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugging Digital Mars D
« Reply #1 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.
(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!]