Groups | Blog | Home
all groups > dotnet compact framework > august 2007 >

dotnet compact framework : Flipping debugger


Mobileboy36
8/31/2007 12:00:00 AM


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

ctacke/
8/31/2007 8:33:36 AM
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


[quoted text, click to view]

AddThis Social Bookmark Button