Author Topic: browse tracker works poor if I fold some functions  (Read 2412 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
browse tracker works poor if I fold some functions
« on: March 02, 2009, 08:27:23 am »
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.