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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-29 00:46:16 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-29 00:46:16 +0400
commited06cc28fade90ed53647d3bc6407ec6c7dfac7b (patch)
treeb4b5f8477af3eb76ae474436ec60e2a1b2d6ca8d /man
parent9cb05b6e4ef0afb2453cca0b2fb4aedb521b3171 (diff)
new MONO_DEBUG env. var.
svn path=/trunk/mono/; revision=17707
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 012f56d0bd4..8989518cdce 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -195,6 +195,12 @@ If set, this variable overrides the default system configuration directory
If set, this variable overrides the default runtime configuration file
($PREFIX/etc/mono/config). The --config command line options overrides the
environment variable.
+.TP
+.I "MONO_DEBUG"
+If set, enables some features of the runtime useful for debugging.
+
+Currently it only makes the runtime display the stack traces for all the
+threads running and exit. It may not exit cleanly. Use at your own risk.
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On