Add images
[mono.git] / doc / jit-debug
index 0c98f3944d10e5ee92a2dd18678423d6d8227a40..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: