News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

browse tracker works poor if I fold some functions

Started by ollydbg, March 02, 2009, 08:27:23 AM

Previous topic - Next topic

ollydbg

I use the nightly build  version 20090214 on windows.

When folding some blocks, the caret can't jump after "ALT + up arrow" or "ALT + down arrow" key. But if I unfold all the blocks, then it works OK.

Can someone confirm this problem? Thanks.
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.