Visual D does not show delegate variables or outside variables

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Jul 6 15:33:18 PDT 2016



On 06.07.2016 03:36, Luke Picardo wrote:
> When trying to debug a delegate, I get no ability to add a watch to any
> elements nor see any of the locals or outer scope. It makes it very
> difficult to debug them.
>

Unfortunately, dmd does not emit debug information for delegate 
closures, so the debugger cannot display them. If it is still available 
on the stack, you can switch to the appropriate stack frame to inspect it.


More information about the Digitalmars-d-ide mailing list