Ability to attach to multiple processes #190
Description
SD-1776, originally created on 11/28/2010 02:27:53 by Eusebiu Marcu
Steps to reproduce:
- Debug->Attach to process
- The dialog appears
- Select one process
- Debug->Attach to process
- 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.