脚本错误:“页面上的脚本发生错误”

发布于 2024-09-25 12:17:31 字数 161 浏览 7 评论 0原文

我的 JSP 页面上出现错误: 脚本错误:“页面上的脚本发生错误” 当我尝试在调试透视图中运行 Eclipse 时,我正在关闭运行应用程序的 Eclipse 浏览器窗口。 由于错误,应用程序挂起,我无法测试我的应用程序。 有什么办法解决这个问题吗?我必须一次又一次地重新启动我的日食。 这会导致文件损坏。

I get a error on my JSP page:
Script error: "An error has occured in the script on the page"
When I try to run the Eclipse in the debug perspective and I am closing down the browser window of the eclipse where my application is running.
Because of the error the application hangs, and I am unable to test my application.
Is there any solution to this? I have to restart my eclipse again and again.
This would lead to corrupted files.

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

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

发布评论

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

评论(1

冬天的雪花 2024-10-02 12:17:31

如果幸运的话,错误消息是由异常引起的。在这种情况下,您可以添加 Java 异常断点,应用程序应在检测到脚本错误的位置暂停。

If you're lucky, the error message is caused by an Exception. In that case, you can add a Java Exception Breakpoint and the application should pause at the point where the script error is detected.

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