Click here to Skip to main content
15,903,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
Debugger problem "The break point will not currently be hit. No symbols have been loaded for this document
Posted

This generally happens when your compiled dll timestamp and the associated PDB file timestamp are not same.

You would need to make sure you have PDB file in order to debug and not just file but the timestamp should also match with dll. Re-compile the application and try again.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 15-Feb-11 17:19pm    
This is more likely, my 5.
--SA
Perhaps you are debugging the release configuration? If so, switch to the debug configuration and then try debugging.
 
Share this answer
 

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