VD Debugging static variables and such symbols missing

Prudence via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Sep 15 18:18:32 PDT 2015


Can't add watches to basic stuff. VS shows them missing:

public class X
{
	public static int[] Y;
}

Can't add a watch to X or Y even though, at the very least, 
should should be able to get Y.

I should expect a watch on a class to show it's static members.

My guess is that this is just oversight. It makes it very 
difficult to debug in some cases.


More information about the Digitalmars-d-ide mailing list