https://bugzilla.novell.com/show_bug.cgi?id=639654
https://bugzilla.novell.com/show_bug.cgi?id=639654#c9 --- Comment #9 from Martin Baulig <[email protected]> 2010-09-22 22:26:14 UTC --- I'm going to close #641230 as a duplicate. Here's the testcase from that bug: ======= Description of Problem: Debugging an ASP .NET Web Application will not hit the break point. The page sits at loading, as though it is waiting for the breakpoint to be hit, but VS never hits the break point. Steps to reproduce the problem: Open Visual Studio. Create a new web application project. File New Project Visual C# Web ASP.Net Web Application Put "Hello world!" between the <div> tags in Default.aspx Open Default.aspx.cs In Page_Load type "Console.WriteLine();" Set a break point on that line [The Linux server should be running.] Mono->Debug in Mono Select a server and hit okay. Actual Results: The page hangs while loading, and VS shows that the application is running. Break point is never hit. Expected Results: Break point should be hit so that you can press the play button to continue loading the page. How often does this happen? Always. Additional Information: ===== -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
