I am using Firefox 3 to debug my ASP.NET applications in Visual Studio 2008. How can I configure either FF3 or VS2008 so that when I ‘x’ out of Firefox I don’t have to hit the stop debugging button in Visual Studio? (The behavior you get with IE)
Share
My solution to this has been to manually attach the debugger to the relevant browser and the aspnet_wp process. When I’m finished, I simply detach all.