Debugger one-line-off issue

  • Thread starter Thread starter Daniel Billingsley
  • Start date Start date
D

Daniel Billingsley

I take it this still hasn't been resolved.

Just so I know what I'm up against... what happens if the break was supposed
to be on the last line of a method? Is the "next line" back to the line
following the calling code? This will be really nasty if that's the case.
 
Hi Daniel,

Ensure your assembly and its PDB file are up to date. I have experienced
some nasty line-offs during debugging when I have a PDB file older than the
corresponding assembly.
 
Hi Daniel,

I suggest that you rebuild your entire solution, I sometimes get this kind
of error is cause the source code and the compiled code are different
versions.

Cheers,
 
Back
Top