September 2011
Intermediate to advanced
1008 pages
24h 27m
English
There are two ways to debug your plug-in. The first, as shown in Table 25.1, is attaching the debugger to the host process, and the other is forcing the plug-in to call the debugger. For either of these methods, it is recommended to try them in a testing environment because these methods use Visual Studio and will interrupt all user activity with the server if you attempt to enable debugging in a production environment.
Table 25.1 Attaching Debugger to Host Process

Before trying any of these methods, you need to build your plug-in with Debug mode and put the PDB (project database) file generated by the compiler in the following ...