Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

While debugging my project,my breakpoint is not getting fired and it shows a message like 'the breakpoint will not currently be hit. no symbols have been loaded for this document'....How this occurs..

Plz help me
Thnx in advance
Posted

This simply means that your PDB file timestamp and project dll filestamp does not match. Binaries are probably new and PDB are not. Just clean the solution or delete bin folder. Rebuild everything and then try - it should work.
 
Share this answer
 
Comments
VJ Reddy 24-Apr-12 7:59am    
Good answer. 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900