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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-06-20 22:06:30 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-06-20 22:06:30 +0400
commit8f3522361b803c5a04858d9aab13a9e4a8023ff4 (patch)
treec930014baba7a3c57b554cb3d8ef5bbbf947652f /man
parent60834f647519ba852776346b7f09b338f3c70fe2 (diff)
[man] document MONO_CAIRO_DEBUG_DISPOSE
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 09ebe504c2e..bbb2e502533 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -906,6 +906,11 @@ evictions start happening. If evictions are too frequent this could impose
unnecessary overhead, which could be avoided by using this environment variable
to set up a higher cache size (or to lower memory requirements by decreasing it).
.TP
+\fBMONO_CAIRO_DEBUG_DISPOSE\fR
+If set, causes Mono.Cairo to collect stack traces when objects are allocated,
+so that the finalization/Dispose warnings include information about the
+instance's origin.
+.TP
\fBMONO_CFG_DIR\fR
If set, this variable overrides the default system configuration directory
($PREFIX/etc). It's used to locate machine.config file.