开发者

breakpoint insertion in C#

开发者 https://www.devze.com 2022-12-08 04:04 出处:网络
I am unable to put a breakpoint. I am getting the message in the breakpoint like: \"break point w开发者_C百科ill not be currently hit, no symbols are loaded\"

I am unable to put a breakpoint.

I am getting the message in the breakpoint like:

"break point w开发者_C百科ill not be currently hit, no symbols are loaded"


there are a few solutions. The problem is that the symbols loaded dont match the executable.

1) Make sure the exe you are attached to have its PDB's in the same directory and its the same version

2) make sure your source code is the same version as well

3) when debugging , open the modules window (debug --> windows-->modules). Choose load symbols and choose your pdb

If your unsure on what to do, then rebuild everything and run

oooops . i didnt read your post properly, i assumed your using visual studio. Anyway, if your not , just find where in your IDE you need to set the symbols and check there.


Another issue is that the breakpoint is that it may be set to a blank line.


Sometimes if I have another instance of Visual Studio open as well as the one I'm trying to debug with, it plays up, especially if I've been debugging in that other one.

0

精彩评论

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

关注公众号