Query: rhino-debugger
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RHINO-DEBUGGER(1) General Commands Manual RHINO-DEBUGGER(1)NAMErhino-debugger - invokes the rhino JavaScript debugger GUISYNOPSISrhino-debugger [options] script_filename_or_url [script_arguments]DESCRIPTIONThis manual page documents briefly the rhino-debugger command. This manual page was written for the Debian distribution because the origi- nal 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 inter- preted 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.OPTIONS-e script_source Executes script_source as a JavaScript script. -f script_filename_or_url Reads script_filename_or_url content and execute it as a JavaScript script. -opt, -O optLevel Optimizes at level optLevel, which must be an integer between 0 and 9. -version versionNumber Specifies the language version to compile with. The string versionNumber must be one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more information on language versions. -strict Enable strict mode.EXAMPLEExample debugging the NervousText.js applet written in JavaScript. The example is provided in the librhino-java-doc package. $ rhino-debugger NervousText.jsSEE ALSOThe online documentation under http://www.mozilla.org/rhino/debugger.htmlAUTHORThis manual page was written by Damien Raude-Morvan <drazzib@debian.org>, for the Debian project (but may be used by others). Friday 17, 2009 RHINO-DEBUGGER(1)
Related Man Pages |
---|
rhino-debugger(1) - debian |
rhino(8) - debian |
rhino(1) - freebsd |
rhino(1) - minix |
rhino(1) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
anybody heard of the script that allows |
Executing idebug in AIX |
javascript injection |
How come '\0' doesnt show up in the debugger? |
How to remove files with different release number? |