开发者

The breakpoint will not currently be hit. No symbols have been loaded for this document [closed]

开发者 https://www.devze.com 2023-04-13 09:49 出处:网络
It's difficult to 开发者_运维知识库tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
It's difficult to 开发者_运维知识库tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I built my assembly in debug mode and copied into GAC. But assembly is not showing in Module window.

When put breakpoint it says "The breakpoint will not currently be hit. No symbols have been loaded for this document."

Anybody have clue


Just something simple to try - you may have tried it already. Right click the Solution in solution explorer, click "clean solution", this deletes all the compiled and temporary files associated with a solution.

Do a rebuild of the solution and try to debug again.

I've also had troubles with breakpoints multiple projects in a solution - some compiled as x86, some as x64. Is this your setup?


You can try to put you PDB files in the GAC itself. Or, you can just try removing it from the GAC altogether, while debugging. Regardless, I think VS is looking for your symbols in the wrong place.

0

精彩评论

暂无评论...
验证码 换一张
取 消