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:
authorMiguel de Icaza <miguel@gnome.org>2002-10-25 10:12:15 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-10-25 10:12:15 +0400
commit6287dcfee5c02ab39d5a39eabd27b5b1bc7c5637 (patch)
treef2dabf5688c28284bfb986bf5ec7a1a73bb351da /man
parent55e0bd0f19b08e66ce47d7f2f7847ad74d8fc4bb (diff)
update
svn path=/trunk/mono/; revision=8544
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.16
1 files changed, 5 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index cd95608bc6c..f2e60b240a9 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -59,7 +59,11 @@ or can be used by methods that have been tagged with the Conditional
attribute.
.TP
.I \-debug, \-debug+, \-g
-Generate debugging information.
+Generate debugging information. The debugging information is stored
+in a file with the extension .dbg (if you install system wide
+assemblies, you need to install this file as well). To get stack
+traces with debugging information, you need to invoke the mono runtime
+with the `--debug' flag.
.TP
.I \-debug-
Do not generate debugging information.