RHINO-DEBUGGER(1) | General Commands Manual | RHINO-DEBUGGER(1) |
rhino-debugger - invokes the rhino JavaScript debugger GUI
rhino-debugger [options] script_filename_or_url [script_arguments]
This manual page documents briefly the rhino-debugger command. This manual page was written for the Debian distribution because the original program does not have a manual page. It is written according to the html documentation.
rhino-debugger is a start script for the rhino JavaScript debugger. The Rhino JavaScript debugger is a GUI that allows debugging of interpreted JavaScript scripts run in Rhino. Note that this debugger will not work with JavaScript scripts run in the mozilla browser since Rhino is not the engine used in such environments.
Example debugging the NervousText.js applet written in JavaScript. The example is provided in the librhino-java-doc package.
$ rhino-debugger NervousText.js
The online documentation under https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Debugger
This manual page was written by Damien Raude-Morvan <drazzib@debian.org>, for the Debian project (but may be used by others).