Given the address of an exception in a release build, what are the better means to find the location in the source code?
Right now I launch the application from the development environment, hit a break point somewhere, show dissasembly, and scroll around until I see the address. I am expecting I can enter the address somewhere and have it put me in the right place but I have not been able to find this.
John