Exercise 11: Debug the Event Handler
Step 1 - Follow the steps below to debug your batch event handler.
Below is step-by-step guide.
Tip: To debug the client-side batch event handler, follow these steps in order:
- 
                    Close any batch UI grid windows and close the Infinity application (Blackbaud CRM). 
- 
                    Build and deploy client assembly and debug (.pdb) files to Infinity web server. 
- 
                    Do not edit your batch event handler code. 
- 
                    Restart your Infinity application (Blackbaud CRM). Wait until the application completely restarts. 
- 
                    In Visual Studio, select Debug\Attach to Process… 
- 
                    Attach to the Blackbaud.AppFx.Browser.exe process. 
- 
                    Set a break point within your event handler code. 
- 
                    Open batch grid UI window and perform the necessary actions to toggle the break point.