www.digitalmars.com         C & C++   DMDScript  

c++.idde - Using IDDE as a D debugger

reply "Karl Traunmüller" <office intumi.com> writes:
Hi all,

(sorry if this doesn't belong into c++.idde, but there's no d.idde group).

Can I use the DM IDDE for debugging D programs?

I suppose the C++ and D compiler generate the same object format, so the 
IDDE will probably work for both languages, but I simply did not find this 
question answered.

thanks,
Karl 
Jan 16 2006
parent "Walter Bright" <newshound digitalmars.com> writes:
"Karl Traunmüller" <office intumi.com> wrote in message 
news:dqh6bn$2bdv$1 digitaldaemon.com...
 Can I use the DM IDDE for debugging D programs?

 I suppose the C++ and D compiler generate the same object format, so the 
 IDDE will probably work for both languages, but I simply did not find this 
 question answered.
You can use it, or windbg.exe.
Feb 16 2006