[Mono-bugs] [Bug 502205] New: Bug Buddy gets run when stopping the VS debugger

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 8 11:40:57 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=502205


           Summary: Bug Buddy gets run when stopping the VS debugger
    Classification: Mono
           Product: Mono: Tools
           Version: 0.1
          Platform: i586
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: ecanuto 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=291036)
 --> (http://bugzilla.novell.com/attachment.cgi?id=291036)
Screen shot showing the bug buddy window

Description of Problem:
If while you're remotely debugging an app, you hit "Stop", then VS goes back to
normal code editing mode, but on the Linux side, the app crashes which causes
bug buddy to be run (see the attached screen shot).

I think the functionality of how we kill off the winforms app is proper, I just
don't like having to go through bug buddy to actually get the process to go
away.

Is there any way we can just have the winforms app crash without having to see
bug buddy?

Maybe we can kill the process off in a different way that doesn't alert bug
buddy?


Steps to reproduce the problem:
1. Open Visual Studio.
2. Create a new winforms project.
      1. File
      2. New Project
      3. Visual C#
      4. Windows
      5. Windows Forms Application
      6. Double click on the Form
3. Add "Console.WriteLine();" to Form1_Load()
4. [The Linux server should be running.]
5. Mono->Debug Remotely in Mono
6. The form should appear on linux
7. Hit "Stop" in the VS debugger
8. Wait 20-30 seconds, then notice the bug buddy window appear


Actual Results:
Bug Buddy window

Expected Results:
No Bug Buddy window

How often does this happen? 
every time

-- 
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