脚本错误:“页面上的脚本发生错误”
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果幸运的话,错误消息是由异常引起的。在这种情况下,您可以添加 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.