[Mono-bugs] [Bug 63441][Nor] New - Regression: mcs is no longer able to generate debug symbols on Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Aug 2004 07:16:48 -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=63441

--- shadow/63441	2004-08-19 07:16:48.000000000 -0400
+++ shadow/63441.tmp.4493	2004-08-19 07:16:48.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 63441
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Regression: mcs is no longer able to generate debug symbols on Windows
+
+Using Mono 1.0.1 on Windows, mcs can no longer generate debug symbols for 
+an assembly.
+
+To reproduce this issue, try to compile a C# app in debug mode with mcs.
+
+eg. mcs /debug test.cs
+
+You'll get the following warning :
+
+Internal() warning 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.
+Compilation succeeded - 1 warning(s)