Does anyone know about a Visual Studio 2010 add-in that will automatically let you connect to a running instance of ASP.Net Development Server? And if more than one is currently running, display a quick dialog that allows you to select from the list only ASP.Net development servers that are running?
Why do I need it? <- feel free to skip this part.
As usual, I develop / debug web applications, you launch the browser and browse the application until I get to the page I need (there may be many pages in depth.) I donโt want the debugger to connect through these steps for various reasons (this is slower than the lack of binding, extraneous break points may be deleted, maybe I may have a break when "thrown" is turned on and doesnโt want to break earlier in the application when processing errors, etc. ..)
I go to the page I want, and then use the Visual Studio menu for Debug> Attach to Process, and then from the Attach to Process dialog box, I need to scroll all the way down (pages and pages and process pages) until I find the WebDev process. WebServer40.EXE, which I want, and select this.
Doing this makes me take my hands off the keyboard and use the mouse (which I usually try to avoid).
And doing it seems unnecessarily repetitive, because if I debug an ASP.Net web application, I always want to connect to an instance of WebDev.WebServer40.exe.
Clever human
source share