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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to