VD Debugging static variables and such symbols missing

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Sep 16 22:11:15 PDT 2015



On 16.09.2015 23:26, Rainer Schuetze wrote:
> When speaking of mago, the static members are listed as members of an
> instance, but cannot be watched in an expression as X.Y (I guess that's
> an oversight).

On second thought, wathing static members does work, but you have to 
specify the fully qualified name including the modulename. With the VS 
debug engine using the conversion tool cv2pdb, replace '.' with '@'.


More information about the Digitalmars-d-ide mailing list