[Mono-bugs] [Bug 644379] New: When debugging remotely variable value shows Function evaluation timeout and a refresh icon

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 6 17:11:09 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=644379

https://bugzilla.novell.com/show_bug.cgi?id=644379#c0


           Summary: When debugging remotely variable value shows Function
                    evaluation timeout and a refresh icon
    Classification: Mono
           Product: Mono Tools for Visual Studio
           Version: 2.0
          Platform: i586
        OS/Version: SLED 11
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Debug in Mono
        AssignedTo: martin at novell.com
        ReportedBy: mlegendre at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: jpobst at novell.com
          Found By: Component Test
           Blocker: ---


Description of Problem:


Steps to reproduce the problem:

1. Open Visual Studio.
2. Create a new winforms project.
3. File
   a. New Project
   b. Visual C#
   c. Windows
   d. Windows Forms Application
4. [The Linux server should be running.]
5. Double click on the form in VS
6. Add this to Form1_Load:
            int a = 1;
            string s = "hw ";
            Console.WriteLine(s + a);
7. Set a breakpoint on the Console.WriteLine line in VS
8. Click: Mono->Debug Remotely in Mono
9. Select a server.
10. Wait for the breakpoint to be hit
11. Open the Locals pad
12. RESULT: Make sure "a" = 1
13. RESULT: Make sure "s" = "hw "

Actual Results:
In the locals pad the value for variable 's' says that the Funtion evaluation
timeout and shows a refresh icon, when you press this the correct value for the
variable comes up.

Expected Results:
Should not say Function evaluation timeout. Should show hw right away

How often does this happen? 
everytime

Additional Information:

-- 
Configure bugmail: https://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