Is it possible for the debugger (or the CLR exception handler) to show the line where the exception happened in Release mode using the pdb?
The code, in release mode
Reference the following SO question:
Display lines number in stack trace for .NET assembly in release mode