user1767288
user1767288

Reputation: 105

Visual Studio No symbols loaded

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

Answers (1)

Manuel Rozier
Manuel Rozier

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

Related Questions