1 .\" Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH RHINO-DEBUGGER 1 "Friday 17, 2009"
6 .\" Please adjust this date whenever revising the manpage.
8 .\" Some roff macros, for reference:
9 .\" .nh disable hyphenation
10 .\" .hy enable hyphenation
11 .\" .ad l left justify
12 .\" .ad b justify to both left and right margins
13 .\" .nf disable filling
14 .\" .fi enable filling
15 .\" .br insert line break
16 .\" .sp <n> insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
19 rhino-debugger \- invokes the rhino JavaScript debugger GUI
24 .I script_filename_or_url
28 This manual page documents briefly the
31 This manual page was written for the Debian distribution because the original
32 program does not have a manual page. It is written according to the html documentation.
34 \fBrhino-debugger\fP 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.
38 .IP -e\ \fIscript_source\fP
39 Executes script_source as a JavaScript script.
40 .IP -f\ \fIscript_filename_or_url\fP
41 Reads script_filename_or_url content and execute it as a JavaScript script.
42 .IP -opt,\ -O\ \fIoptLevel\fP
43 Optimizes at level optLevel, which must be an integer between 0 and 9.
44 .IP -version\ \fIversionNumber\fP
45 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.
51 Example debugging the NervousText.js applet written in JavaScript. The example is provided in the librhino-java-doc package.
53 $ rhino-debugger NervousText.js
56 The online documentation under http://www.mozilla.org/rhino/debugger.html
59 This manual page was written by Damien Raude-Morvan <drazzib@debian.org>,
60 for the Debian project (but may be used by others).