[Mono-bugs] [Bug 549419] New: Debugger doesn't stop on break point added while debugging in BlogEngine
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 22 18:17:30 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=549419
Summary: Debugger doesn't stop on break point added while
debugging in BlogEngine
Classification: Mono
Product: Mono: Tools
Version: MonoVS 0.7
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: martin at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
If you add a break point while debugging blog engine, the debugger won't stop
on the newly created break point.
This was found in MonoVS 0.7p2 on WinXP i586 and the MonoVS VM (openSUSE 11.1
i586).
Steps to reproduce the problem:
1. Open the BlogEngine solution in Visual Studio
2. Add a breakpoint on line 18 of default.aspx.cs ("if (Page...")
3. Click Mono / Debug Remotely in Mono
4. When the break point is hit, scroll down and add a break point to line 54 of
default.aspx.cs ("AddMetaKeywords...")
5. Click "Debug / Continue (F5)"
6. Notice that the debugger doesn't stop on the 2nd break point.
Actual Results:
Debugger fails to stop on the break point that was added after starting to
debug.
Expected Results:
It should stop on the new break point.
How often does this happen?
Every time I've tried it.
--
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