- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 breakpoint 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 butI have not been able to find this.
John
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page