I've created a simple winform project, added ClassLibrary with a single method that triggers IndexOutOfRangeException.
The form call this library and displays unhanded exception.
I build everything in Release mode with pdb files
When I run the Exe I get the error reporting window with error info.
What now? how do I use PDB file with this error report to debug the program?