When I start debugging my web application either from “Start with debugging” (F5) or join the ASP.NET workflow, it will load the assemblies from the application very slowly so that I can individually read their names when scrolling through the VS2010 status bar.
When I run debugging, I see that MSVSMON.exe uses a 50% processor and 50% locks, clearly filling the full core. Also, seeing that it is described as a Visual Studio Remote Debugging Monitor, I am confused if it even needs to be used, as I am debugging everything local on my machine.
I am launching my environment, actually related to RDP, if this could be related to this.
Host Machine: Server 2008 Enterprise R2 Dualcore Xeon 2.53ghz
Virtual Instance: Win7 Enterprise 6gb Full Processor Access
This is normal? Should MSVSMON work if I debug locally?
debugging visual-studio-2010
Chris marisic
source share