2002-08-27 Martin Baulig <martin@gnome.org>
[mono.git] / man / mono.1
index 5e3c239bdf7fcb229d0522e836e82cfb0e846c62..54d3927f5526fd09a8bb370db2c11828a8032078 100644 (file)
@@ -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)
@@ -95,12 +96,9 @@ Writes out stabs debug information.
 .I "dwarf"
 Writes out dwarf debug information.
 .TP
-.I "dwarf-plus"
-Uses an extended debugging information file which has been generated
-by MCS.  This extended debugging information will allow you to debug
-C# source code rather than IL code.  To use it, just run the JIT in
-your debugger and call "mono_debug_make_symbols" each time the program
-stops.
+.I "mono"
+Use a symbol file which has been created by MCS.  It can be used to get
+source lines in stack traces.
 .PP
 The "stabs" and "dwarf" formats support the following options:
 .TP
@@ -130,13 +128,8 @@ behaviour.
 Update the *.il files if their assemblies have changed, but only if the
 file already exists.
 .PP
-The "dwarf-plus" format supports the following options:
-.TP
-.I "dont_fallback"
-Don't fallback to normal dwarf2 if the symbol file cannot be found.
-.PP
 .SH FILES
-On Unix assemblies are lodaed from the installation lib directory.  If you set
+On Unix assemblies are loaded from the installation lib directory.  If you set
 `prefix' to /usr, the assemblies will be located in /usr/lib.  On
 Windows, the assemblies are loaded from the directory where mono and
 mint live.