[Mono-bugs] [Bug 58099][Wis] New - -debug- option for mcs does not work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 22:03:03 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by michi@zeroc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58099
--- shadow/58099 2004-05-05 22:03:03.000000000 -0400
+++ shadow/58099.tmp.32372 2004-05-05 22:03:03.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 58099
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: michi@zeroc.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: -debug- option for mcs does not work
+
+The -debug- option does not work:
+
+$ mcs -debug- x.cs
+error CS2001: Source file '-debug-' could not be opened
+Compilation failed: 1 error(s), 0 warnings
+
+Interstingly, "mcs -debug+ x.cs" works correctly.
+
+Cheers,
+
+Michi.