[Mono-bugs] [Bug 530501] New: [Regression] Stopping the debugger in VS after hitting a break point causes an error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 12 13:59:29 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=530501
Summary: [Regression] Stopping the debugger in VS after hitting
a break point causes an error
Classification: Mono
Product: Mono: Tools
Version: MonoVS 0.3
Platform: i586
OS/Version: Windows XP
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: martin at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
CC: jpobst at novell.com
Found By: Component Test
Created an attachment (id=312358)
--> (http://bugzilla.novell.com/attachment.cgi?id=312358)
Actual error dialog
Description of Problem:
If after you stop on a break point in the debugger, you hit "stop" in Visual
Studio, an error occurs.
The error message says:
"Unable to stop debugging. Operation not supported. Unknown Error: 0x800400c3"
No error message is output in the linux terminal where monovs-gui-server is
running.
This leaves Visual Studio in an unstable state, and it also leaves the
debugging process running on the Mono side.
This was found in MonoVS 0.3p3.
Steps to reproduce the problem:
1. Create a new solution in VS based on the C# winforms template project.
2. double click on the new form
3. in Form1_Load, add the line:
Console.WriteLine();
4. Add a breakpoint on the Console.WriteLine() line.
5. Click "Mono / Debug remotely in mono"
6. Notice that the debugger correctly stopped on the break point.
7. Press "stop" in Visual Studio
8. Notice the error as above.
Actual Results:
I get an error message in Visual Studio.
Expected Results:
No error message and the debugger process on linux should stop.
How often does this happen?
every time I've tried it.
--
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