Download Remote Debug 2012
- We can Download it from it official site “ http://www.microsoft.com/en-in/download/details.aspx?id=38184 “
- Installing Visual Studio Remote Debugger component on the CRM Server.
- Installation starts.
- Configure the Remote Debugger component by running the Visual Studio Remote Debugger Configuration Wizard.
- Set up options and permissions by clicking in Tools->Options:
- Within Options Window, click on Permissions button to set up the users that will be allowed to remotely debug on the server:
- Connecting to Remote DebuggerA. Start Visual Studio 2012 on the local machine.B. Open solution of the process you want to debug.C. Click Debug->Attach to process
- Type qualifier, in my case “win-aaqsdc7r5pf” (the qualifier is shown in console of remote debugger, it’s in format machinename:port
- We can also find on Host computer , which computer is connected .
- Click refresh a Select remote process from list offered a Attach to that process.
SOURCE : JUST2CODE.IN
Subscribe to our YouTube channel : https://www.youtube.com/user/TheRussell2012