[Mono-bugs] [Bug 605605] New: unable to debug windows form applications locally
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 13 11:11:53 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=605605
http://bugzilla.novell.com/show_bug.cgi?id=605605#c0
Summary: unable to debug windows form applications locally
Classification: Mono
Product: Mono Tools for Visual Studio
Version: 2.0
Platform: i586
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Debug in Mono
AssignedTo: martin at novell.com
ReportedBy: scampos at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Blocker: ---
Description of Problem:
unable debugging a windows form application with mono tools for visual studio,
the break is not hit, and the form comes up.
Steps to reproduce the problem:
1. Open Visual Studio.
2. Create a new winforms project.
File
New Project
Visual C#
Windows
Windows Forms Application
3. Double click on the form in VS
4. Add this to Form1_Load:
int a = 1;
string s = "hw ";
Console.WriteLine(s + a);
5. Set a breakpoint on the Console.WriteLine line in VS
6. Click: Mono->Debug in Mono
7 Select a local profile
8 Wait for the breakpoint to be hit
Actual Results:
The breakpoint is not hit, and the windows form comes up.
Expected Results:
The break should be hit and the windows form should not come up.
How often does this happen?
Every time
Additional Information:
monotools for visual studio 2.0.6414
mono-2.6.4-gtksharp-2.12.10-win32-4
--
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