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.
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
any one knows?
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