Commit a few build fixers, but I can not fix it all: remove CJK until its fixed
[mono.git] / web / jit-debug
index 2263210ee6ed18e1ff261f1358274591099c323b..85f9290698936afab56a6f28a61f4741e30fba2c 100644 (file)
@@ -1,7 +1,7 @@
 * Debugging information
 
-       Compile your programs using the `-g' flag in MCS, that will generate a file
-       with the extension .dbg containing the dwarf symbols for your executable.
+       Compile your programs using the `-g' flag in MCS, that will all a special
+       resource containing debugging information to your executable.
 
        To get stack traces with line number information, you need to run your 
        program like this:
@@ -21,8 +21,8 @@
        platforms.
 
        Details of the release are available in <a
-       href="http://lists.ximian.com/archives/public/mono-list/2003-January/005192.html">post</a>. 
-
+       href="http://lists.ximian.com/archives/public/mono-list/2003-January/011415.html">post</a>. 
+       
        The debugger contains both Gtk# and command line interfaces.
        The debugging file format used in Dwarf (its already supported
        by our class libraries and the Mono C# compiler; To debug C
@@ -30,7 +30,7 @@
        flag to gcc).
 
        The debugger is available now, you can get it from <a
-       href="http://primates.ximian.com/~martin/debugger/debugger-0.2.0.tar.gz">here</a>
+       href="http://primates.ximian.com/~martin/debugger/mono-debugger-0.2.0.tar.gz">here</a>