c# - How to Attach to Process Windows Commands? -


how run visual studio in debug mode while attaching w3wp.exe instances using windows commands?

i have solution contains 3 wcf services. currently, manually have go there , attach debugger 3 w3wp.exe processes running wcf services on local iis.

how automate process using windows commands?

by "windows commands" mean command line?

don't know wether "vsjitdebugger.exe -p" allows multiple processids... (see http://msdn.microsoft.com/en-us/library/3s68z0b3.aspx)

or may might of help: http://apavan.net/wordpress/?p=29


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -