Author Topic: Where is the back button?  (Read 3292 times)

Offline earthcrosser

  • Single posting newcomer
  • *
  • Posts: 4
Where is the back button?
« on: September 08, 2011, 12:04:14 pm »
After using "find declaration" etc., how can I jump back to the previous location?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Where is the back button?
« Reply #1 on: September 08, 2011, 02:37:48 pm »
Did you have browsertracker plugin installed? If so, then click Menu->view->jump->jump back.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline earthcrosser

  • Single posting newcomer
  • *
  • Posts: 4
Re: Where is the back button?
« Reply #2 on: September 08, 2011, 03:07:15 pm »
Thanks, that is what I was looking for. Seems obvious now :)