[Mono-bugs] [Bug 37719][Nor] New - mono reports the wrong line numbers for errors
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 7 Feb 2003 09:35:11 -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 sitsofe@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37719
--- shadow/37719 Fri Feb 7 09:35:11 2003
+++ shadow/37719.tmp.1927 Fri Feb 7 09:35:11 2003
@@ -0,0 +1,33 @@
+Bug#: 37719
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details: Gentoo 1.4.1.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sitsofe@yahoo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono reports the wrong line numbers for errors
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile the enclosed attachment with +debug
+2. Run the resulting exe on mono with --debug
+
+Actual Results:
+Expected the line number of the reported exception to be reported as line 6
+(this is what Visual Studio reports).
+
+Expected Results:
+Exception was given as comming from line 4.