Is it possible to attach two debugger to one process?
问题 Is it possible to attach two debugger to one process ? Recently, I had developed a Metro Style App in HTML5/CSS and that was calling a Window Runtime Component written in C#. What I wanted to do was attach two debugger to same process. One at JavaScript & another at C# code. The Step I followed: I opened two visual studio instances targeting same solution. I put a breakpoint in JavaScript code and f5/run the application via VS instance 1. But, when I tried to attach 2nd debugger in C# window