在处理aspx页面时,Visual Studio出现问题。

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

Issue in Visual Studio when doing activity in aspx page

问题

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

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

每次我从下拉列表中选择任何项目时,都会出现这个问题。

在处理aspx页面时,Visual Studio出现问题。

在处理aspx页面时,Visual Studio出现问题。

英文:

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

在处理aspx页面时,Visual Studio出现问题。

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

在处理aspx页面时,Visual Studio出现问题。

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

答案1

得分: 2

(将您的评论作为答案发布,因为OP确认它对他们有用:)

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

在处理aspx页面时,Visual Studio出现问题。

我建议您在VS中禁用Chrome的JS调试,并改用Chrome自带的调试器:

在处理aspx页面时,Visual Studio出现问题。

英文:

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

在处理aspx页面时,Visual Studio出现问题。

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

在处理aspx页面时,Visual Studio出现问题。

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

发表评论

匿名网友

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

确定