[Mono-bugs] [Bug 593456] New: Unable to debug a console application to SLES 11
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 2 14:49:36 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=593456
http://bugzilla.novell.com/show_bug.cgi?id=593456#c0
Summary: Unable to debug a console application to SLES 11
Classification: Mono
Product: Mono: Tools
Version: MonoVS 1.1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: jpobst at novell.com
ReportedBy: scampos at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Blocker: ---
Description of Problem:
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 + "].");
4. Set a break point on the Console.WriteLine line
5. Debug remotely with mono
6. select SLES 11 (64) as the server
note: SLES needs to be running monotools server (not the GUI)
Actual Results:
The break point is hit, but it does not give you the prompt to type your name
on the Server's console.
note: if you use the same code but instead of debug remotely choose run
remotely you actually get the prompt to type your name on the server's console
Expected Results:
A prompt should come up on the server's console to type your name.
How often does this happen?
every time
Additional Information:
Testing Windows XP 32 bits MonoTools 1.1 to SLES 11 64
bits.mono-core-2.0.1-1.21.1
--
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