News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

JumpTracker: View > Jump > Back/Frwd

Started by codeman, December 30, 2010, 09:17:58 PM

Previous topic - Next topic

codeman

I created a refinement patch so that the JumpTracker no longer wraps around at the end of its jump list.

It is now much more obvious when you have reached the end of your jump list - you simply hold down the key until it takes you to your most recent place.

Btw, why doesnt this feature have a default key combo? I set it to Alt Left/Right because it is much more useful IMO than View > BrowseTracker > Backward Ed

Here is the patch:
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=3111&group_id=5358

ollydbg

Quote from: codeman on December 30, 2010, 09:17:58 PM
I created a refinement patch so that the JumpTracker no longer wraps around at the end of its jump list.

It is now much more obvious when you have reached the end of your jump list - you simply hold down the key until it takes you to your most recent place.

Nice patch! I think we don't need wraps at the end of jump list.
QuoteBtw, why doesn't this feature have a default key combo? I set it to Alt Left/Right because it is much more useful IMO than View > BrowseTracker > Backward Ed
agree, I use the keyboard short-cut plug-in to set the ALT-left/right to bind to them.

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.