mail-archives/mono-bugs/2010-October/104583.html

174 строки
5.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 644383] New: When debugging remotely variable value shows Function evaluation timeout and a refresh icon
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20644383%5D%20New%3A%20When%20debugging%20remotely%20variable%0A%20value%20shows%20Function%20evaluation%20timeout%20and%20a%20refresh%20icon&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="104582.html">
<LINK REL="Next" HREF="104584.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 644383] New: When debugging remotely variable value shows Function evaluation timeout and a refresh icon</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20644383%5D%20New%3A%20When%20debugging%20remotely%20variable%0A%20value%20shows%20Function%20evaluation%20timeout%20and%20a%20refresh%20icon&In-Reply-To="
TITLE="[Mono-bugs] [Bug 644383] New: When debugging remotely variable value shows Function evaluation timeout and a refresh icon">bugzilla_noreply at novell.com
</A><BR>
<I>Wed Oct 6 17:19:08 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="104582.html">[Mono-bugs] [Bug 644382] New: error CS0246: The type or namespace name `var' could not be found during compile CentOS 4.8
</A></li>
<LI>Next message: <A HREF="104584.html">[Mono-bugs] [Bug 644383] When debugging remotely variable value shows Function evaluation timeout and a refresh icon
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104583">[ date ]</a>
<a href="thread.html#104583">[ thread ]</a>
<a href="subject.html#104583">[ subject ]</a>
<a href="author.html#104583">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=644383">https://bugzilla.novell.com/show_bug.cgi?id=644383</A>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=644383#c0">https://bugzilla.novell.com/show_bug.cgi?id=644383#c0</A>
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: Critical
Priority: P5 - None
Component: Debug in Mono
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">martin at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mlegendre at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
CC: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jpobst at novell.com</A>
Found By: Component Test
Blocker: ---
Description of Problem:
Win 7 ultimate x86
VS 2010 Pro
SLED 11 i586
monotools 2.0.8152
Mono 2.8 rc3
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 = &quot;hw &quot;;
Console.WriteLine(s + a);
7. Set a breakpoint on the Console.WriteLine line in VS
8. Click: Mono-&gt;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 &quot;a&quot; = 1
13. RESULT: Make sure &quot;s&quot; = &quot;hw &quot;
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: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="104582.html">[Mono-bugs] [Bug 644382] New: error CS0246: The type or namespace name `var' could not be found during compile CentOS 4.8
</A></li>
<LI>Next message: <A HREF="104584.html">[Mono-bugs] [Bug 644383] When debugging remotely variable value shows Function evaluation timeout and a refresh icon
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104583">[ date ]</a>
<a href="thread.html#104583">[ thread ]</a>
<a href="subject.html#104583">[ subject ]</a>
<a href="author.html#104583">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>