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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75932 --- shadow/75932 2005-08-29 15:45:07.000000000 -0400 +++ shadow/75932.tmp.11056 2005-08-29 15:45:07.000000000 -0400 @@ -0,0 +1,31 @@ +Bug#: 75932 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: new StackTrace (true) doesn't report line information + +Using System.Diagnostics.StackTrace, if you instantiate it with a true +boolean value, you are supposed to get line information. However, with the +attached test case, you don't. The test case first tries to print a stack +trace and then throws an exception. Instead of seeing similar line info, +you get: + +$ mono --debug ./test-debug.exe + + at X.Main () + +Unhandled Exception: System.Exception: Exception of type System.Exception +was thrown. +in [0x00017] (at /home/joe/cvs/test-debug.cs:14) X:Main () _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
