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:
authorMikhail Filippov <mikhail@filippov.me>2018-04-28 02:29:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-04-28 02:29:19 +0300
commit862336c663df3c5bd867555fbae925a7b90d9c5c (patch)
tree1418726a33df5adcb08ab7b18d94ea81536d3b4c /man
parent7c4f7c0684bcfb49ee4795327cb32308cd2dda6c (diff)
Add option to MONO_DEBUG to store thread dumps by SIGQUIT on disk (#8358)
I added an option to allow storing a "thread dump" of the running program into a file in the specified directory. It is useful when you need to understand what is going on in your application and you cannot capture stdout or attach a debugger.
Diffstat (limited to 'man')
-rw-r--r--man/mono.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 6c1095a302a..52bbbd67d1a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1788,6 +1788,9 @@ This option will suspend the program when an exception occurs.
.TP
\fBsuspend-on-unhandled\fR
This option will suspend the program when an unhandled exception occurs.
+.TP
+\fBthread-dump-dir=DIR\fR
+Use DIR for storage thread dumps created by SIGQUIT.
.ne
.RE
.TP