https://bugzilla.novell.com/show_bug.cgi?id=637638
https://bugzilla.novell.com/show_bug.cgi?id=637638#c0 Summary: MonoTools 2.0.7180 Win XP 32 -> openSUSE 11.3 i586: Debug Remotely in Mono fails Classification: Mono Product: Mono: Debugger Version: unspecified Platform: 32bit OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: gui AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Component Test Blocker: --- Description of Problem: Debugging an application from MonoTools 2.0.7180 with Mono Steps to reproduce the problem: 1. Open Visual Studio. 2. Create a new console project. 1. File 2. New Project 3. Visual C# 4. Windows 5. Console Application 3. Add the following code to Main: Console.Write("What is your name? "); string name = Console.ReadLine(); Console.WriteLine("You said [" + name + "]."); Console.ReadLine(); 4. Set a break point on the Console.WriteLine line 5. Click Mono -> Debug in Mono Actual Results: Visual Studio crashes and restarts. No output is ever displayed in the terminal. Expected Results: Application should execute and stop on the break point. How often does this happen? Always. 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
