[Mono-bugs] [Bug 532865] New: [regression] Debugger won't stop on a break point in the Form1 constructor

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 20 10:26:21 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=532865


           Summary: [regression] Debugger won't stop on a break point in
                    the Form1 constructor
    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:
The debugger won't stop at a break point in Form1 on the InitializeComponent()
line of the default C# winforms template project.

This is a regresssion as it used to work.

This was found in MonoVS 0.3p4.2.


Steps to reproduce the problem:
1. Open Visual Studio.
2. Create a new winforms project.
      1. File
      2. New Project
      3. Visual C#
      4. Windows
      5. Windows Forms Application
3. [The Linux server should be running.]
4. Set break point in Form1() at InitializeComponent();
5. Mono->Debug Remotely in Mono
6. Notice that the debugger doesn't stop on 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