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:39:57 PDT 2016



On 06.07.2016 04:06, Luke Picardo wrote:
> 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.

line number info emitted by dmd can sometimes be a bit wrong. If you 
have some repro-case, please report it to https://issues.dlang.org/

If you are using optimized builds, it can get really confusing (but 
that's also true for C++ builds).


More information about the Digitalmars-d-ide mailing list