[Mono-bugs] [Bug 73208][Wis] Changed - StackFrame.GetFileLineNumber() always returns 0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 06:10:53 -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 peter@novonyx.com.

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

--- shadow/73208	2005-03-02 06:09:49.000000000 -0500
+++ shadow/73208.tmp.30883	2005-03-02 06:10:53.000000000 -0500
@@ -17,6 +17,11 @@
 Summary: StackFrame.GetFileLineNumber() always returns 0
 
 StackFrame.GetFileLineNumber does not seem to return a line number.
 Code was compiled with -g and mono was run with --debug.
 
 See attachment for simple sample code.
+
+------- Additional Comments From peter@novonyx.com  2005-03-02 06:10 -------
+Created an attachment (id=14493)
+compile with "mcs -g bug.cs" and run with "mono --debug bug.exe"
+