[Mono-bugs] [Bug 32875][Wis] Changed - Debug.WriteLine does not work on Windows
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Oct 2002 15:25:41 -0000
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32875
--- shadow/32875 Fri Oct 25 19:55:50 2002
+++ shadow/32875.tmp.2906 Sat Oct 26 11:25:41 2002
@@ -1,14 +1,14 @@
Bug#: 32875
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: danmorg@sc.rr.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -43,6 +43,19 @@
Expected Results:
output in the console
"DEBUG: some text"
How often does this happen?
all the time
+
+------- Additional Comments From gonzalo@ximian.com 2002-10-26 11:25 -------
+Compiling with /d:DEBUG and running a simple program that just have a
+Debug.WriteLine ("Hello"); outputs nothing.
+
+When running that program under a debugger (DbgClr) the string "Hello"
+appears on the output window.
+
+Btw, i changed OutputDebugString to OutputDebugStringW to avoid the
+warning in windows.
+
+May be when we have a debugger for windows we can revisit this problem
+:-).