[Mono-bugs] [Bug 532257] New: Setting break point while BlogEngine.NET is running freezes BlogEngine
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 18 16:28:00 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=532257
Summary: Setting break point while BlogEngine.NET is running
freezes BlogEngine
Classification: Mono
Product: Mono: Tools
Version: unspecified
Platform: x86-64
OS/Version: Windows Vista
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: jpobst at novell.com
ReportedBy: mchristensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
Windows Vista X86_64 and MonoVS appliance
mono tools for visual studio 3625
monovs-server-0.3.3625
Adding an additional breakpoint after starting remote dubigging causes
BlogEngine.NET to lockup.
To reproduce:
1) Use the attached source code
2) open up page.aspx.cs under BlogEngine.Web in the solution browser
3) add a break point to line 24:
if (Request.QueryString["deletepage"] != null && \
Request.QueryString["deletepage"].Length == 36)
4) Click menu "Mono -> Debug Remotely in Mono"
5) When browser appears, click on the "Example page" in the page list
6) When the breakpoint is hit, hit "F5" to continue
7) Add a new breakpoint on line 29:
if (Request.QueryString["id"] != null && \
Request.QueryString["id"].Length == 36)
8) In the browser, once again click on the "Example page" in the page list
At this point the application on the remote end will lockup and breakpoints
will not be hit. The browser will not return and just spin, waiting for the
page to refresh.
--
Configure bugmail: http://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