开发者

Problems debugging (breakpoints not being hit)

I'm facing problems when i try to debugging with Visual Studio 2010. My breakpoints don't work and gives the message: The breakpoint will not currently be hit. The source code is diffe开发者_开发知识库rent then the original version

I've go to tools and enabled "Enable Just My Code" but now i get the message: Breakpoint will not currently be hit. No symbols loaded for this document

I've delete the obj folder, with no success. I've used the "Clean Solution", i've Rebuild Solution, and so on.

What should i do more to fix this?

Thanks


One of the projects it's debugging successfully. I've just changed the ports of Web Server.

But other project (i've changed the ports too) still doesn't work. The message of this one is: the breakpoint will not be hit. the source code is diferent from the original


I had a similar problem.

Trying changing the debug attribute of the compilation tag in the web.config:

<compilation debug="true">
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜