为什么没有命中断点?
我正在尝试在我的计算机上的 iis 7 上的 vs.net 2010 asp.net 3.5 应用程序中运行调试器。
断点已设置并加载但未命中?我还加载了一个 url 重写器 httpmodule。
I am trying to run the debugger in my vs.net 2010 asp.net 3.5 app on iis 7 on my machine.
the breakpoints are set and loaded but are not hit? I also have a url rewriter httpmodule loaded.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,我正在调试我的项目,我必须右键单击该项目并选择“新调试实例”。我只需要这样做一次,之后就可以正常工作了。
I had the same problem, I was debugging my project, and i had to right click the project and select "new debug instance". I only needed to do this once, then after that it worked as normal.