Following are the steps to start debug a offline plugin in Dynamics CRM 2011 for outlook offline mode:
- Build the solution on your machine
- Register the plugin on the server
- Register the step deployment as server and offline
- Synchronize the organization with the outlook
- Go Offline
- Attach the debugger to the process “Microsoft.Crm.Application.Hoster.exe”
- Place a breakpoint in the code.
- Reproduce the scenario and debug.