[Mono-bugs] [Bug 58288][Nor] Changed - System.Diagnostics.StackTrace never provides file/line info

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 11:31: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 shaver@off.net.

http://bugzilla.ximian.com/show_bug.cgi?id=58288

--- shadow/58288	2004-05-11 09:29:27.000000000 -0400
+++ shadow/58288.tmp.20827	2004-05-11 11:31:46.000000000 -0400
@@ -28,6 +28,18 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-05-11 09:29 -------
 Mike, I have some code in mcs/mcs/report.cs that does this.
 
 Did you test under MS.net if you get the line numbers? If not, I will 
 do it tonight.
+
+------- Additional Comments From shaver@off.net  2004-05-11 11:31 -------
+Actually, under MS .NET (not sure what version, but I think 1.1), I get:
+
+$ ./stacktrace-info.exe
+ 
+        at Test.Main()
+ 
+and that's all, so they're even more broken. (?)
+
+I don't know what the --debug equivalent is, though, so maybe that has
+an effect.