[Mono-bugs] [Bug 37841][Wis] Changed - [Debugging] Incorrect filename when using #line
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 14:01:24 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37841
--- shadow/37841 Tue Feb 11 01:41:23 2003
+++ shadow/37841.tmp.10611 Tue Feb 11 14:01:24 2003
@@ -2,21 +2,20 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [Debugging] Incorrect filename when using #line
Save this code to default.cs:
----
using System;
public class MyClass2
@@ -41,6 +40,9 @@
Unhandled Exception: System.Exception: Exception of type System.Exception
was thrown.
in [0x00007] (at /home/gpanjav/go-mono/default.cs:200) 00 .MyClass2:Main ()
Note that the line (200) is correct, but the file name should be 'hola.cs'.
Or do we want the line to be the real line instead of the one in #line?
+
+------- Additional Comments From miguel@ximian.com 2003-02-11 14:01 -------
+I am reassigning this to Martin