[Mono-bugs] [Bug 596230] New: Variables are not shown in locals pad when debugging remotely

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 13 12:19:41 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=596230#c0


           Summary: Variables are not shown in locals pad when debugging
                    remotely
    Classification: Mono
           Product: Mono: Debugger
           Version: 2.6.x
          Platform: i586
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: gui
        AssignedTo: martin at novell.com
        ReportedBy: mlegendre at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test
           Blocker: ---


Description of Problem:

Mono 2.6.3
Mono Tools 2.0
Win 7 Ultimate i586
remote through SLES 11


Steps to reproduce the problem:
1. Open Visual Studio.
2. Create a new winforms project.
3. File
4. New Project
5. Visual C#
6. Windows
7. Windows Forms Application
8. [The Linux server should be running.]
9. Double click on the form in VS
10. Add this to Form1_Load:
            int a = 1;
            string s = "hw ";
            Console.WriteLine(s + a);
11. Set a breakpoint on the Console.WriteLine line in VS
12. Click: Mono->Debug Remotely in Mono
    Select a server.
13. Wait for the breakpoint to be hit
14. Open the Locals pad
15. RESULT: Make sure "a" = 1
16. RESULT: Make sure "s" = "hw "
17. expand the "this" object
18. Expand the "Base" object
19. RESULT: Make sure that the objects value in the base object don't say    
"Evaluation of ... failed"

Actual Results:
Unable to inspect objects in locals pad

Expected Results:
Should be able to inspect objects values in locals pad

How often does this happen? 
Every time

Additional Information:
Unable to expand objects as well

-- 
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