Visual D not showing variables

Rainer Schuetze r.sagitario at gmx.de
Tue Oct 1 06:04:24 UTC 2019



On 30/09/2019 22:09, Brett wrote:
> I have quite a few variables and some are not showing up in the locals.
> If I "alias" them they show up. Also alias do not show up. The variables
> I'm using that do not show up are seem outer variables. I had to create
> a function to do some multiple processing and some variables became
> outer and now I do not see them in local. I thought this was fixed?
> 

Only variables actually used in a nested function are captured and can
be displayed as part of the locals. You can see the captures by
unchecking "hide compiler generated symbols" on the mago options page.


More information about the Digitalmars-d-debugger mailing list