Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-02-11 16:26:14 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-11 16:26:14 +0300
commit7097e6dc0ef0e06c6d96c70e62225d500e536ef8 (patch)
tree64cfcb2bccec0e5a03a072eaac163cf9d5fd8991
parentf5659e1a32187f965bc66821e7e03725289eaa10 (diff)
Update docs
svn path=/trunk/mono/; revision=2314
-rw-r--r--mono/interpreter/mint.110
1 files changed, 10 insertions, 0 deletions
diff --git a/mono/interpreter/mint.1 b/mono/interpreter/mint.1
index 18438120031..899695d3a84 100644
--- a/mono/interpreter/mint.1
+++ b/mono/interpreter/mint.1
@@ -28,8 +28,18 @@ Displays usage instructions.
.TP
.I "--trace"
Displays opcodes and stack state as the interpreter executes the image
+.TP
.I "--opcode-count"
Displays the number of opcodes executed.
+.TP
+.I "--dieonex"
+Aborts execution upon hitting an exception.
+.TP
+.I "--debug method"
+Debugs the method whose name is `method'
+.TP
+.I "--opcode-count"
+Displays the number of opcodes executed
.PP
If no flags are specified the program dumps the content of the image
in a format that can be used to rountrip the code.