[Mono-bugs] [Bug 60464][Nor] New - Mono Beta 3 Windows package does not include Mono.CSharp.Debugger
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 19 Jun 2004 09:30:18 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=60464
--- shadow/60464 2004-06-19 09:30:18.000000000 -0400
+++ shadow/60464.tmp.16091 2004-06-19 09:30:18.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 60464
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono Beta 3 Windows package does not include Mono.CSharp.Debugger
+
+The Mono Beta 3 installer for Windows does not include the
+Mono.CSharp.Debugger assembly, making it impossible to emit assemblies
+with debug symbols on Windows.
+
+Trying to build an assembly with debug enabled on Windows will result in
+the following message :
+
+Internal(1) error CS8018: Could not find the symbol writer assembly
+(Mono.CSharp .Debugger.dll). This is normally an installation problem.
+Please make sure to compile and install the
+mcs/class/Mono.CSharp.Debugger directory.