开发者

debugging does not stop at break point [closed]

It's difficult to tell what is being asked h开发者_如何学编程ere. 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 10 years ago.

in my project i insert break point in my c# file the debugger check the whole file gives output but it doesnot stop at the break point and as aresult i could not check the error in it plz if anybody know the answer mail me at jagdeepgupta813@gmail.com


This could be due to the code not being the same version as the assembly.

Have a look at this link

Breakpoint not hooked up when debugging in VS.Net 2005


Some questions:

  • Did you build the project in Debug mode?
  • Did you "start with debugging" (F5 instead of Ctrl+F5)
  • in web.config, do you have debug=true in the <compilation> node?
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜