从 Eclipse 调试远程 Tomcat 服务器上的 JSP JavaScript 调试
我正在处理安装在我公司的 DEV 服务器上的 J2EE 应用程序的遗留代码。我使用 eclipse 来调试 JSP,方法是激活服务器 JVM 上的调试并将我的工作站的 eclipse 绑定到它。 到目前为止,一切都运行良好,但现在我必须从这些页面调试一些 Javascript 代码。我希望我也可以直接从 Eclipse 中执行此操作,而不必在 Firebug 中找到代码形式,并且调试仅从 Firebug 中进行。 有没有办法将 Eclipse 绑定到我的本地 Firefox 副本并从 Eclipse 中调试 javascript?我听说有一些解决方案允许 javascript 调试,但是使用这些遗留代码,我也绑定到某些浏览器版本,所以我只能使用 firefox 2 和 IE6。
希望任何人都能照亮道路。
提前致谢。
I'm working on legacy code for a J2EE application which is installed on my company's DEV server. I use eclipse to debug the JSP by activating debugging on the server's JVM and binding my workstation's eclipse to it.
So far everything worked well, but now I've got to debug some Javascript code from those pages. I wish I could do it directly form eclipse as well, instead of having to find the code form within firebug and debugging is only form firebug.
Is there a way to bind eclipse to my local firefox copy and debug javascript from within eclipse? I heard there were some solutions that allowed javascript debugging, but with this legacy code I'm also bound to certain browser version, so I'm stuck with firefox 2 and IE6.
Hope anyone can lighten the path.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处查看 JSDT: http://www.eclipse.org/webtools/jsdt/debug/ 。
Check out the JSDT here: http://www.eclipse.org/webtools/jsdt/debug/.