Document --break with generic methods
authorMiguel de Icaza <miguel@gnome.org>
Wed, 8 May 2013 18:00:54 +0000 (14:00 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 24 May 2013 19:18:57 +0000 (15:18 -0400)
man/mono.1

index 318c0586d0fe9d191e229d31ac4aedb30824bfcb..f038e423633401d277b21e064c48c243f0487bef 100644 (file)
@@ -570,7 +570,8 @@ itself, and not typically of interest to runtime users or developers.
 \fB--break method\fR
 Inserts a breakpoint before the method whose name is `method'
 (namespace.class:methodname).  Use `Main' as method name to insert a
-breakpoint on the application's main method.
+breakpoint on the application's main method.  You can use it also with
+generics, for example "System.Collections.Generic.Queue`1:Peek"
 .TP
 \fB--breakonex\fR
 Inserts a breakpoint on exceptions.  This allows you to debug your