Debbuger not working correctly

  • Thread starter Thread starter Asif
  • Start date Start date
A

Asif

Hi Everyone,

My C# debugger is not working properly it skips the break points and
line of codes some times. i have checked configuration manager. even i
have added projects to new solution files. can any ony plz help me???

Regards
M. Asif
 
The debugger might behave like this if the source code differs from the
actual source of the assemblies.

regards
Bjaret Skogøy

Asif said:
Hi Everyone,

My C# debugger is not working properly it skips the break points and line
of codes some times. i have checked configuration manager. even i have
added projects to new solution files. can any ony plz help me???

Regards
M. Asif

__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4314 (20090807) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4314 (20090807) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
Bjarte Skogøy said:
The debugger might behave like this if the source code differs from the
actual source of the assemblies.

regards
Bjaret Skogøy

And if that is the case, then usually doing a clean will solve the problem.
To do a clean on the solution, go to the "Build" menu and select "Clean
Solution", then rebuild.

Mike
 
Back
Top