Flipping debugger

  • Thread starter Thread starter Mobileboy36
  • Start date Start date
M

Mobileboy36

Hello Group,



When I place a breakpoint, let's say on line 10, and I start the solution,
the breakpoint jumps to line 13. In this zone, it seems like the debugger is
skipping lines in the code too.

It is a very big solution I hope I don't have to create a new one and
re-import each class and project.

What files are corrupt? What shall I do to resolve this issue?



Best regards,

Mobile boy
 
Make sure you're in debug mode, clean the solution to make sure all PDBs are
deleted and make sure there isn't a second copy of the assembly in your
execution path (I've seen this a lot with custom controls that you copy to
some separate designer location).


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top