[Mono-bugs] [Bug 74391][Nor] New - call Console.WriteLine("hi") fails.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 22:03:51 -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 toshok@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74391
--- shadow/74391 2005-04-04 22:03:51.000000000 -0400
+++ shadow/74391.tmp.455 2005-04-04 22:03:51.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 74391
+Product: Mono: Debugger
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: backend
+AssignedTo: toshok@ximian.com
+ReportedBy: toshok@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: call Console.WriteLine("hi") fails.
+
+it succeeds if we get to a method that makes use of Console, but the
+attached test fails if you call Console.WriteLine ("hi") from inside Main.