Thread overview
[Issue 19349] local variables should not show in debugger if out of scope
Nov 03, 2018
Rainer Schuetze
Aug 30, 2019
Rainer Schuetze
Dec 17, 2022
Iain Buclaw
November 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19349

--- Comment #1 from Rainer Schuetze <r.sagitario@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.

--
August 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19349

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19349

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--