July 27, 2015 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);
}
| ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply