[Mono-bugs] [Bug 518044] New: [regression] debugger doesn't stop on break point in winforms form_load()
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 30 18:22:04 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=518044
Summary: [regression] debugger doesn't stop on break point in
winforms form_load()
Classification: Mono
Product: Mono: Tools
Version: MonoVS 0.2
Platform: i586
OS/Version: SLED 11
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: martin at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
CC: jpobst at novell.com
Found By: Component Test
Description of Problem:
When I try to debug a winforms app remotely, the debugger won't stop on a break
point I set in the form_load() method.
This was found in MonoVS 0.2p2.
This worked in 0.1, so this is a regression.
Steps to reproduce the problem:
1. Create a new solution based on the VS C# winforms template
2. double click on the form which will take you into the form_load() method
3. add the line "Console.WriteLine();"
4. Add a break point on that line
5. Click "Mono -> debug remotenly in mono"
6. Notice that the winforms app appears on linux without hitting the break
point.
Actual Results:
it doesn't stop on the break point.
Expected Results:
it should stop on the break point.
How often does this happen?
every time.
--
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