Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Ability to attach to multiple processes #190

Open
@dgrunwald

Description

@dgrunwald

SD-1776, originally created on 11/28/2010 02:27:53 by Eusebiu Marcu

Steps to reproduce:

  1. Debug->Attach to process
  2. The dialog appears
  3. Select one process
  4. Debug->Attach to process
  5. The dialog appears
    6.Select one process

Expected: both process are under debug

Actual: The menu "Attach to process" is disabled.


Comment from Eusebiu Marcu on 11/28/2010 02:31:34:
This is useful when working for example on a client app and some web
services under ASP.NET and one wants to debug both.


Comment from David Srbecky on 11/28/2010 12:57:53:
Well, we do not support ASP.NET :-)  I think that debugging of multiple
processes is rarely needed and in these cases the user can just run two
copies of SharpDevelop.  Although the support of multiple processes
should not be extensively difficult, I would prefer to avoid it if we do
not need it.


Comment from Daniel Grunwald on 11/28/2010 13:01:01:
ASP.NET is on the roadmap for SD 5.0.
And web services don't really require stuff like code completion
support for .aspx (although doing that wouldn't be hard with the new CC
engine in NRefactory), so the debugger/missing integration with IIS
Express is pretty much the only thing holding us back on that front.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions