We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
检查这个线程
让Rhino调试器在servlet中工作它使用Rhino 调试器。
请务必阅读整个线程
Rhino针对嵌入式引擎的调试器
上面线程中的一些人管理(基于我提供的第一个链接)到将调试器附加到嵌入式 rhino 实例
其他人甚至在 sourcefore 上做了一个小项目(没有测试它)
debug rhino 你只需要 debug 和 debug-rhino 文件夹,其余的是其他一些东西
Check this thread
Getting Rhino debugger working in servlets which uses Rhino debugger.
And be sure to read the whole thread
Rhino debugger against embedded engine
Some guy from the above thread managed (based on the first link I provided) to attach a debugger to a embedded rhino instance
Some other guy even made a little project on sourcefore (didn't test it)
debug rhino you only need the debug and the debug-rhino folders as the rest is some other stuff
我建议利用作为 JSDT 的一部分提供的一个,我已经嵌入到 servlet 环境中,花了大约 1 天的时间才开始(研究如何使 rhino 服务器将源与 eclipse 工作区中的源相匹配,以便它们将正确调试)。
http://wiki.eclipse.org/JSDT/Debug/Rhino/Embedding_Rhino_Debugger
I recommend leveraging the one provided as part of JSDT, I've got embedded in a servlet environment and it took ~1 day to get going (working out how to make the rhino server match the source with the source in the eclipse workspace so they would debug properly).
http://wiki.eclipse.org/JSDT/Debug/Rhino/Embedding_Rhino_Debugger
我在 Apache CXF 中编写了代码,以编程方式启动 Rhino 调试器。您可能会发现它是一个有用的示例。
I wrote code in Apache CXF to launch the Rhino debugger programatically. You might find it a useful example.