2

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.

Community
  • 1
  • 1
user1767288
  • 105
  • 1
  • 11

1 Answers1

1

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.

Manuel Rozier
  • 677
  • 5
  • 9