Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

Finding address in release build

Last post 05-06-2008, 8:33 AM by Steve Lionel. 1 replies.
Sort Posts: Previous Next
 05-06-2008, 8:23 AM 30254198  

Finding address in release build

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

 
 05-06-2008, 8:33 AM 30254201 in reply to 30254198  

Re: Finding address in release build

Enable Traceback and disable incremental linking?  (This is the default for a Fortran executable project but a mixed-language project may be different.)

You could look at the link map to see where each function gets loaded.  Perhaps typing the address into the Memory window would also help, though I am not sure about this with code.

Steve

Doctor Fortran: intel.com/software/drfortran
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...