Debugging support for D - wiki

Rainer Schuetze r.sagitario at gmx.de
Wed Oct 16 23:42:51 PDT 2013



On 16.10.2013 14:33, Bruno Medeiros wrote:
> * How complete is the debugging info for DMD-Win64? Is it fully
> implemented, and/or are there any issues or limitations? (Rainer you are
> likely the best to answer this one)

The stock compiler does not do the replacement '@' for '.' which 
confuses the Visual Studio debugger when inspecting class members.

The debug info emitted for win64 should more or less be the same as for 
Win32 (which is only basic to begin with).



More information about the Digitalmars-d mailing list