https://issues.dlang.org/show_bug.cgi?id=15631
--- Comment #10 from Iain Buclaw <[email protected]> --- (In reply to hsteoh from comment #6) > Ran into similar problem with delegates: > > Apparently `__capture` must be entered explicitly in order to access > closed-over variables. It would be nice to have symbol lookup automatically > look in __capture. This used to work when the parameter was named 'this'. However since the adhoc rename, gdb needs to be taught where to look for the context pointer now. --
