[Mono-bugs] [Bug 502549] New: Can't stop on a break point when it's set on a local variable declaration

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 9 12:43:39 EDT 2009


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


           Summary: Can't stop on a break point when it's set on a local
                    variable declaration
    Classification: Mono
           Product: Mono: Tools
           Version: 0.1
          Platform: i586
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Major
          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 set a break point on a local variable, the debugger never stops on it.

This was found in MonoVS 0.1p4.


Steps to reproduce the problem:
1. Create a new solution based off of the winforms template project
2. Double click on the form
3. Add this code to Form1_Load():
     int a = 1;
     string s = "hw ";
     Console.WriteLine(s+a);
4. Set a break point on the "int a = 1;" line
5. Click "Mono / Debug Remotely in Mono"
6. Select the host to run remotely on
7. Notice that the winforms app shows up on the linux host
8. Notice that the break point never gets hit


Actual Results:
The break point doesn't get hit


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