https://bugzilla.novell.com/show_bug.cgi?id=641529
https://bugzilla.novell.com/show_bug.cgi?id=641529#c4 Marc Christensen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Marc Christensen <[email protected]> 2010-09-24 18:10:52 UTC --- I tested this just now with: Windows Vista sp2 x86_64 VS 2k10 monotools20-8138.vsxi opensuse 11.3 x86_64 mono-2.8p6 (58f029f) monotools-server-gui-2.0.7180-1.21.noarch The following console application with the noted breakpoint causes VS to crash when debugging remotely: --------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Please enter a string: "); BP> String S = Console.ReadLine(); Console.WriteLine(S); } } } ----------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
