What debugger can be used with D 2.0 on windows and how do I use it?
d, debugging
Solution
There's a Windows debugger called Mago: http://www.reddit.com/r/programming/comments/gfp48/mago_a_windows_debugger_for_the_d_programming/
Problem
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.