[Mono-bugs] [Bug 52709][Nor] Changed - System.Diagnostics.Debug methods unexpected behaviour when DEBUG defined
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 09:26:15 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52709
--- shadow/52709 2004-05-21 15:48:55.000000000 -0400
+++ shadow/52709.tmp.27462 2004-05-29 09:26:15.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 52709
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details: Other
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: t7@pobox.com
QAContact: mono-bugs@ximian.com
@@ -185,6 +185,10 @@
in <0x00089> System.Diagnostics.TraceImpl:.cctor ()
--- End of inner exception stack trace ---
in (unmanaged) System.Diagnostics.TraceImpl:WriteLine (string)
in <0x0000b> System.Diagnostics.Debug:WriteLine (string)
in <0x0000c> debugtest:Main (string[])
+
+------- Additional Comments From martin@ximian.com 2004-05-29 09:26 -------
+Read the API documentation to learn how to use the debugging classes.
+ On Linux, you need to set the MONO_TRACE environment variable.