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
path: root/man
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-09-12 20:09:10 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-09-12 20:09:10 +0400
commitd26e94d9ab83a3407e5b40a134149dd3213f7ad3 (patch)
treebe3c70b0f23e60bc6dd14fab82e024085ebd0566 /man
parent6f57b6726ecdf6610b3a0461b4254612154c88ef (diff)
Update
svn path=/trunk/mono/; revision=65326
Diffstat (limited to 'man')
-rw-r--r--man/mono.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index f328707dab5..39c1a39666f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -536,6 +536,11 @@ delegate missuse. Basically a delegate instance might be created,
passed to unmanaged code, and no references kept in managed code,
which will garbage collect the code. With this option it is possible
to track down the source of the problems.
+.TP
+.I "break-on-unverified"
+If this variable is set, when the Mono VM runs into a verification
+problem, instead of throwing an exception it will break into the
+debugger. This is useful when debugging verifier problems
.ne
.RE
.TP