[Mono-bugs] [Bug 664005] New: Wrong line numbers in debug info for aspx files
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 12 12:44:39 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=664005
https://bugzilla.novell.com/show_bug.cgi?id=664005#c0
Summary: Wrong line numbers in debug info for aspx files
Classification: Mono
Product: Mono: Compilers
Version: 2.8.x
Platform: x86
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: msafar at novell.com
ReportedBy: mhutchinson at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Not sure this is a compiler bug, could easily be ASP.NET or runtime, or a
combination.
When debugging ASP.NET projects, MonoDevelop is unable to insert breakpoints
into aspx files. It seems that the #line definitions in the generated aspx file
are not affecting the debug info properly. I'm sure the line is a valid line to
insert a breakpoint.
I tried having the page throw an exception, and in one case the exception's
stack trace showed the line as the final line of the method in the generated
file, so the #line wasn't working at all there. I wasn't able to repro it, but
in other cases the exception's line # seems to have an off-by-one.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list