Reputation: 105
I am trying to debug a project using Visual studio 2010. When I start debugging the breakpoints were disabled with the message
No symbols have been loaded for this document.
I tried rebuilding it multiple times. But I am not successful with that.
I also tried looking in Debug->Windows->Modules. I am not able to see the module for that project under modules.
Can anyone help me fix it.
i went through this Visual Studio No Symbols have been loaded for this document but here in that case he can see the modules.
Upvotes: 2
Views: 3664
Reputation: 677
I also tried looking in Debug->Windows->Modules. I am not able to see the module for that project under modules.
Check if you applied the Set as Startup Project on your project before you started your debug run.
Upvotes: 1