Debug variables showing when not in scope in Visual D
Michelle Long
HappyDance321 at gmail.com
Sun Oct 28 17:35:53 UTC 2018
Debug variables are showing when not in scope. Is it possible to
remove them? They also show before they are actually defined in
the source code.
int x = 0; < BP here, y and z are shown in the locals.
int y = 3;
{
int z = 4;
}
// z is when when here.
One ends up with a huge list of variables of all the locals when
they don't even "exist". I'm using the Mago debugger.
More information about the Digitalmars-d-debugger
mailing list