In man:
[mono.git] / man / mono.1
index 0c73301105d91274c57a5f14071570f993997814..ea99ab88a703c647f55b1e62bdf61efc244be39f 100644 (file)
@@ -426,6 +426,15 @@ standard method notation:
 
        mono --trace=M:System.Console:WriteLine app.exe
 
+.fi
+Exceptions can also be traced, it will cause a stack trace to be
+printed every time an exception of the specified type is thrown.
+The exception type can be specified with or without the namespace,
+and to trace all exceptions, specify 'all' as the type name.
+.nf
+
+       mono --trace=E:System.Exception app.exe
+
 .fi
 As previously noted, various rules can be specified at once:
 .nf