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-11-22 04:45:14 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-11-22 04:45:14 +0300
commit0793569188f5dfeb4f94597a7a390c8fbec89b6f (patch)
treeba819f7c3149cd46827d79bc8f609e9c73632c02 /man
parent3c1c605b5e5c0d40cbd398e6b381b6a98a695203 (diff)
Improve
svn path=/trunk/mono/; revision=68315
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 7 insertions, 3 deletions
diff --git a/man/mono.1 b/man/mono.1
index 6f9a561598a..09b3e9be108 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -175,9 +175,13 @@ traced.
The trace can be customized to include or exclude methods, classes or
assemblies. A trace expression is a comma separated list of targets,
each target can be prefixed with a minus sign to turn off a particular
-target. The words `program' and `all' have special meaning.
-`program' refers to the main program being executed, and `all' means
-all the method calls.
+target. The words `program', `all' and `disabled' have special
+meaning. `program' refers to the main program being executed, and
+`all' means all the method calls.
+.Sp
+The `disabled' option is used to start up with tracing disabled. It
+can be enabled at a later point in time in the program by sending the
+SIGUSR2 signal to the runtime.
.Sp
Assemblies are specified by their name, for example, to trace all
calls in the System assembly, use: