Skip to content

Commit

Permalink
You can now use `--break Main' to insert a breakpoint on the applicat…
Browse files Browse the repository at this point in the history
…ion's

main method.

svn path=/trunk/mono/; revision=6971
  • Loading branch information
Martin Baulig committed Aug 23, 2002
1 parent fcaff56 commit 11be232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/mono.1
Expand Up @@ -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)
Expand Down

0 comments on commit 11be232

Please sign in to comment.