Visual D does not show delegate variables or outside variables
Luke Picardo via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Tue Jul 5 19:06:41 PDT 2016
On Wednesday, 6 July 2016 at 01:36:52 UTC, 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.
Also BP's do not work well. I set it at a point in code and it
moves it and stops several lines above, making it difficult to
actually analyze the code. 3 lines above might not seem like much
but they escape on a condition that I can't check because it is
checked in real time.
More information about the Digitalmars-d-ide
mailing list