VisualD: Errors do not break on line they occur

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Apr 18 23:49:06 PDT 2017



On 19.04.2017 03:51, Mike B Johnson wrote:
> A similar issue I am having is that some breakpoints can't be hit(whited
> out BP).

Line information emitted by the compiler (I guess you are using dmd) is 
sometimes a bit off. Reproducible examples would be nice. You can also 
report them at issues.dlang.org.


>
> Visual studio says the BP has no symbols but I think this is an error. I
> have gotten the BP to work on the line at times by removing it and
> adding it back in or setting another BP then setting it. (rarely works
> but I've seen it happen)
>

Not sure about this, sounds like a debugger issue. Reproducible example 
code?


More information about the Digitalmars-d-ide mailing list