# IT:AD:Debugging:Remote # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} --- ## How To ## * Terminology: * Target: THe one running the process * Host: The one runing VS * PreRequisites: * App on Target * *.Pdb on Host * The copy running on the Target is a binary match to the one on the Host * Fat chance... * It should be in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Debugger\ * Download Remote debugger from VS [http://bit.ly/xaVspf](http://bit.ly/xaVspf) ## Resources ## * [http://www.cprogramming.com/tutorial/visual_studio_remote_debugging.html](http://www.cprogramming.com/tutorial/visual_studio_remote_debugging.html)