[Issue 19349] local variables should not show in debugger if out of scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 3 08:07:24 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19349

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
On Windows, scope information is emitted only for variables with names that are
declared more than once. This restriction reduces debug information, but might
not  be worth the trouble.

--


More information about the Digitalmars-d-bugs mailing list