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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 06:09:49 -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.30845	2005-03-02 06:09:49.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 73208
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: peter@novonyx.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+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.