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:
authorMartin Baulig <martin@novell.com>2002-08-23 23:29:46 +0400
committerMartin Baulig <martin@novell.com>2002-08-23 23:29:46 +0400
commit11be232e5626a64fa178a67f424fdd712f6d2041 (patch)
tree0361d4f5f33532a246226a29c1906a31fab3afba /man
parentfcaff569a5e8dc6705ffdf6277a2b3b8c13b5347 (diff)
You can now use `--break Main' to insert a breakpoint on the application's
main method. svn path=/trunk/mono/; revision=6971
Diffstat (limited to 'man')
-rw-r--r--man/mono.13
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index 94f3cce2350..01adb15d6ea 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -77,7 +77,8 @@ See DEBUGGING FORMATS for details.
.TP
.I "--break method"
Inserts a breakpoint before the method whose name is `method'
-(namespace.class:methodname).
+(namespace.class:methodname). Use `Main' as method name to insert a breakpoint on the
+application's main method.
.TP
.I "--precompile name"
Compiles the given class (namespace.name), method (namespace.name:methodname)