Updated doc for debugger.
This commit is contained in:
parent
fa72d7eeb1
commit
77a551099a
@ -45,6 +45,9 @@ Check the input files for syntax errors without running them.
|
|||||||
.B \-I " file"
|
.B \-I " file"
|
||||||
Include the specified file (or all .nom files in a directory and its subdirectories) in the input files.
|
Include the specified file (or all .nom files in a directory and its subdirectories) in the input files.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-d " debugger"
|
||||||
|
If provided, \fBnomsu\fR will attempt to use the specified debugger to wrap the main body of execution.
|
||||||
|
.TP
|
||||||
.B \--version
|
.B \--version
|
||||||
Print the version number and exit.
|
Print the version number and exit.
|
||||||
.TP
|
.TP
|
||||||
|
@ -62,6 +62,7 @@ OPTIONS
|
|||||||
-s Check the input files for syntax errors.
|
-s Check the input files for syntax errors.
|
||||||
-t Run tests.
|
-t Run tests.
|
||||||
-I <file> Add an additional input file or directory.
|
-I <file> Add an additional input file or directory.
|
||||||
|
-d <debugger> Attempt to use the specified debugger to wrap the main body of execution.
|
||||||
-h/--help Print this message.
|
-h/--help Print this message.
|
||||||
--version Print the version number and exit.
|
--version Print the version number and exit.
|
||||||
-V specify which Nomsu version is desired.
|
-V specify which Nomsu version is desired.
|
||||||
|
@ -20,6 +20,7 @@ OPTIONS
|
|||||||
-s Check the input files for syntax errors.
|
-s Check the input files for syntax errors.
|
||||||
-t Run tests.
|
-t Run tests.
|
||||||
-I <file> Add an additional input file or directory.
|
-I <file> Add an additional input file or directory.
|
||||||
|
-d <debugger> Attempt to use the specified debugger to wrap the main body of execution.
|
||||||
-h/--help Print this message.
|
-h/--help Print this message.
|
||||||
--version Print the version number and exit.
|
--version Print the version number and exit.
|
||||||
-V specify which Nomsu version is desired.
|
-V specify which Nomsu version is desired.
|
||||||
|
Loading…
Reference in New Issue
Block a user