[Mono-bugs] [Bug 52510][Wis] New - We do not support #line hidden
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 15:02:52 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52510
--- shadow/52510 2003-12-23 15:02:52.000000000 -0500
+++ shadow/52510.tmp.5414 2003-12-23 15:02:52.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 52510
+Product: Mono/Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+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.