www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Mago with VisualD can't show top-level variables in the watch window

I have the following minimal test code:

import std.stdio;
int TEST_CONSTANT = 999;

int main(string[] argv)
{
     writeln(TEST_CONSTANT);


}
Jul 26 2015