April 11, 2005
Hi!

I'm trying to debug D programs using WinDbg.
I can load the executable, set breakpoints, but I can't
inspect the value of any variable -- it seems that none
of the symbols could be resolved by WinDbg.
The program is compiled by dmd with the -g option, of
course.  Did I miss something else?
Has anybody succeeded in debugging D programs in WinDbg?


Alan