在Visual Studio中在aspx页面上进行操作时出现问题。

huangapple go评论94阅读模式
英文:

Issue in Visual Studio when doing activity in aspx page

问题

每当我从下拉列表中选择任何选项,调试器都会每次被触发。

这是调试器停止的地方,但没有添加断点。

每当我从下拉列表中选择任何项目时,都会发生这个问题。

英文:

When I select any option from Dropdown list debugger getting hit each time

在Visual Studio中在aspx页面上进行操作时出现问题。

This is the place where debugger getting stop, but there is no breakpoint added

在Visual Studio中在aspx页面上进行操作时出现问题。

This issue is happening each time I select any item from dropdown.

答案1

得分: 2

(将您的评论翻译为中文)

我刚刚注意到,您的截图实际上显示的是附加到Chrome的JavaScript调试器。请看这里标出的部分:

在Visual Studio中在aspx页面上进行操作时出现问题。

我建议您在VS中禁用Chrome的JS调试,改用Chrome内置的调试器:

在Visual Studio中在aspx页面上进行操作时出现问题。

英文:

(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:

在Visual Studio中在aspx页面上进行操作时出现问题。

I suggest you disable Chrome JS debugging in VS and stick to Chrome's own built-in debugger instead:

在Visual Studio中在aspx页面上进行操作时出现问题。

huangapple
  • 本文由 发表于 2023年8月9日 15:38:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/76865575-2.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定