vote up 7 vote down star
1

I have been playing around with D 2.0 a bit today mostly because of the "The Case for D" in DDJ.

I have downloaded D 2.0 for windows but have not figured out how to step through a running program in the debugger.

I tried to get the shipped copy of windbg.exe to work but it is crashing on me all the time and does not seem to see the source code.

flag

I got the following working on Windows: Eclipse with Descent for IDE dsource.org/projects/descent After install I set up rebuild for compilation dsource.org/projects/descent/… And this is how to set up the debugger dsource.org/projects/descent/… – James Dean Jun 17 at 19:08

2 Answers

vote up 5 vote down check

There is a Windows debugger written specifically for D:

http://ddbg.mainia.de/

link|flag
vote up 2 vote down

Debugging in Visual Studio 2008 Express works like a charm for me with this tool: http://www.dsource.org/projects/cv2pdb

You can also use windbg 4 or msvc 6, but then you won't see the values of the special D types (like dynamic arrays and hashes) easily.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.