Mago with VisualD can't show top-level variables in the watch window

Lewis via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Jul 26 18:11:47 PDT 2015


I have the following minimal test code:

import std.stdio;
int TEST_CONSTANT = 999;

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


}


More information about the Digitalmars-d-ide mailing list