如何停止在 Visual Studio 2010 中为 jscript 显示错误消息

发布于 2024-10-11 23:47:27 字数 343 浏览 2 评论 0原文

我正在使用 IE 8 来测试我为网络应用程序编写的 javascript。我使用的东西对于 IE 8 来说不是未知的,所以他们每次都会给我错误

“Microsoft JScript 运行时错误:对象不支持此属性或方法”。

当我调试 javascript 时,他们有什么方法可以阻止在 Visual Studio 中显示此错误。

当我刷新页面时,他们在 Visual Studio 中给我错误。好吧,我不想看到类似在 Visual Studio 中显示错误之类的东西。

那么即使我需要使用 javascript 断点和跟踪点,我如何才能在 Visual Studio 中禁用 javascript 的显示错误。

i am using IE 8 for testing the javascript i write for my web-application. i use something who are not unknown for IE 8 so they give me error each time

"Microsoft JScript runtime error: Object doesn't support this property or method".

are their any way to stop this error showing in visual studio when i debug the javascript.

when i refresh the page they give me error in visual studio. well i not want to see anything like showing error in visual studio.

so how i can disable the showing error for javascript in visual studio even i need to work with javascript breakpoint and trackpoint.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

药祭#氼 2024-10-18 23:47:27

除非我错过了什么,否则我只能想到三件事:

  1. 修复错误

  2. 使用 javascript 调试器而不是 Visual Studio 在 IE 中调试

  3. 修复错误

    我推荐 1 或 3 ;)

Unless I missed something, there's only three things I can think of:

  1. Fix the bug

  2. Debug in IE with the javascript debugger, instead of Visual Studio

  3. Fix the bug

    I recommend 1 or 3 ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文