问题描述
我正在使用tomcat服务器,我已经添加了一个引擎,使我能够在我的一些脚本能力用户第二阶段是提供一些调试环境。
i am using tomcat server and i have added a rhino engine to able some scripting abilities on my users. the second phase is to provide some debug environment.
我知道犀牛有一个调试API,但是我找不到任何关于如何使用它的文档/代码示例,在它周围构建调试器
i know rhino has a debug API but i could not find any documentation/code samples about how to work with it, and build a debugger around it
任何人都知道?
推荐答案
查看此线程
,它使用。
请务必阅读整个线程
从上述线程管理的一些人(基于我提供的第一个链接)到
Some guy from the above thread managed (based on the first link I provided) to attach a debugger to a embedded rhino instance
其他一些人甚至在sourcefore上做了一个小项目(没有测试)
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
这篇关于构建犀牛的java脚本调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!