[Mono-bugs] [Bug 531062] New: Debugger doesn't stop on break points some times
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Aug 13 18:14:24 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=531062
Summary: Debugger doesn't stop on break points some times
Classification: Mono
Product: Mono: Tools
Version: MonoVS 0.3
Platform: i586
OS/Version: SLED 11
Status: NEW
Severity: Critical
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:
If you add a break point, and debug remotely in mono, sometimes the break point
isn't hit. This is VERY sporadic, so you might have to try the steps multiple
times.
This was found in MonoVS 0.3.2 (r3604).
Steps to reproduce the problem:
1. Create a new solution based on the default C# winforms project template
2. Double click on the form
3. In Form1_Load, add this line:
Console.WriteLine();
4. Add a break point on that line
5. Click "Mono / Debug Remotely in Mono"
6. Choose your host and click "Ok"
7. If the debugger stops on the break point, go back to step 1. Make sure you
create a new solution!
8. Once the debugger doesn't stop on the break point, notice that every time
you hit "run remotely in mono" after that, it won't stop on the break point
either.
Actual Results:
Debugger doesn't stop at the break point.
Expected Results:
It should always break on a break point.
How often does this happen?
Very sporadically, but usually happens at least once in 10 tries.
--
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