[Mono-bugs] [Bug 52510][Wis] New - We do not support #line hidden
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Feb 2004 12:43:20 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52510
--- shadow/52510 2004-02-07 12:43:20.000000000 -0500
+++ shadow/52510.tmp.21516 2004-02-07 12:43:20.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 52510
+Product: Mono/Compilers
+Version: unspecified
+OS: unknown
+OS Details:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: We do not support #line hidden
+
+According to the ECMA Spec, 2.5.7 Line directives
+
+A #line hidden directive has no effect on the file and line numbers
+reported in error messages, but does affect source level debugging. When
+debugging, all lines between a #line hidden directive and the subsequent
+#line directive (that is not #line hidden) have no line number
+information. When stepping through code in the debugger, these lines will
+be skipped entirely.
+
+We do not support this.
+
+Note, it is new in the 1.1 version of the fx.
+
+------- Additional Comments From miguel@ximian.com 2004-02-07 12:43 -------
+Fixed in 0.30