英文:
Issue in Visual Studio when doing activity in aspx page
问题
每当我从下拉列表中选择任何选项,调试器都会每次被触发。
这是调试器停止的地方,但没有添加断点。
每当我从下拉列表中选择任何项目时,都会发生这个问题。
英文:
When I select any option from Dropdown list debugger getting hit each time
This is the place where debugger getting stop, but there is no breakpoint added
This issue is happening each time I select any item from dropdown.
答案1
得分: 2
(将您的评论翻译为中文)
我刚刚注意到,您的截图实际上显示的是附加到Chrome的JavaScript调试器。请看这里标出的部分:
我建议您在VS中禁用Chrome的JS调试,改用Chrome内置的调试器:
英文:
(Posting my comment as an answer as the OP confirmed it fixed it for them:)
I just noticed that your screenshot is actually showing the JavaScript debugger, attached to Chrome. See the circled bit here:
I suggest you disable Chrome JS debugging in VS and stick to Chrome's own built-in debugger instead:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论