visual studio - Does VS2010 support multi-attach? -
When I hit F5 to debug an application, then in case of processes there are usually more moving parts A process is understood from a project that is considered as the "startup app" For example, a web application calls another (separate) web application that hosts WCF web services, both apps are in the same solution, both Only shared / references Idhansbaan (in the same solution), and both need to debug at the same time.
I've used Visual Studio 2008 for obvious reasons, and I'm already using the Debugger menu to attach manually and I also occasionally use System.Diagnostics.Debugger.Attach () I write at startup, but hate it; Can Visual Studio 2010 be configured to delay many processes, i.e. many solutions are being started in the solution?
I understand that for "Visual" studio it has many "difficult" processes, especially if the secondary processes are "born" from the first process - Visual Studio will not have a PID in front of the secondary process.
However, if Microsoft is also "hard" to implement a size-fit-all debugger attachment, then it would be ideal if the "pre-creation" and "build" shell commands in the same concept Pre-debug and post-debug invoices macros and systems. Can also be applied for diagnostics. The debugger has been modified so that we can write a line or two code that can delay any other process in the runtime, without any interaction . or some.
Are you debugging your services through IIS or Cassini? If you are starting services directly in VisualStudio, then you can start many applications / services at the same time.
I do not have access to VS 02010 at the moment, but in VS 2005, I click on the solution in the right-solution explorer and select Properties. Under the normal properties, choose the startup project category. By default it will be set as a "single startup project". Change it to "Multiple startup projects" and set the action for each project that you want to run. After this, all projects specified by pressing F5 will be started.
Comments
Post a Comment