[Mono-bugs] [Bug 60772][Nor] Changed - Exception.StackTrace doesnt contain line number
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Jun 2004 11:37:47 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60772
--- shadow/60772 2004-06-25 18:18:40.000000000 -0400
+++ shadow/60772.tmp.16572 2004-06-28 11:37:47.000000000 -0400
@@ -1,20 +1,23 @@
Bug#: 60772
Product: Mono: Compilers
Version: unspecified
OS: Mac OS X 10.3
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@uti.is
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Exception.StackTrace doesnt contain line number
Exception.StackTrace does not contain the line number from where the exception is thrown or
from which line a function is called.
+
+------- Additional Comments From miguel@ximian.com 2004-06-28 11:37 -------
+To get line numbers, you must run with the `--debug' command line option.