[Mono-bugs] [Bug 603524] New: VS 2k10 crashes when editing a local variable value
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 6 18:43:43 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=603524
http://bugzilla.novell.com/show_bug.cgi?id=603524#c0
Summary: VS 2k10 crashes when editing a local variable value
Classification: Mono
Product: Mono Tools for Visual Studio
Version: 2.0
Platform: x86-64
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: P5 - None
Component: Debug in Mono
AssignedTo: martin at novell.com
ReportedBy: mchristensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Blocker: ---
Windows Vista 64
MonoTools extension 2.0.6240
openSUSE 11.2 x86_64
monotools-gui-server-2.0.6240
1) Create a simple Winforms app using the built in MS VS template for C#
Winforms app
2) Add the following to Form1_Load
private void Form1_Load(object sender, EventArgs e)
{
String S = "Howdy";
Console.WriteLine(S);
}
3) set a breakpoint on String S = [...]
4) start debugging remotely in Mono
5) breakpoint gets hit, inspect local variables
6) press F11 to single step
7) Value "Howdy" is shown for S in the locals window
8) Double click on "Howdy" to edit
9) VS crashes at this point
--
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