User forums > Using Code::Blocks
How to go back after "Goto Implementation"?
photon3108:
01: int test() {
02: }
03:
04: int main() {
05: test();
06: }
After "Goto Impelementation" at line 05, how to go back to line 05 from line 01?
It's not a good idea to use "Goto Line" or "Bookmark" because they are not convenient.
ollydbg:
There is a function you can use:
Menu->View->Jump->Jump back, note: you should have browsetracker plugin installed.
photon3108:
Sometimes "Jump back" doesn't work.
I have installed Browse Tracker. Should I click any box in View->Browse Tracker->Setting?
ollydbg:
--- Quote from: photon3108 on October 16, 2013, 08:46:03 am ---Sometimes "Jump back" doesn't work.
--- End quote ---
If the previous jump is too small, I mean you jump from the line 5 to line 1, which is only 4 lines, then I think BrowserTracker will not record the new caret position, so you can not jump back in a small jump.
I guess the minimal lines are 10 lines or more, I have not checked its source code yet. ;)
--- Quote ---I have installed Browse Tracker. Should I click any box in View->Browse Tracker->Setting?
--- End quote ---
No.
Pecan:
BrowseTracker remembers only one location per half page.
Navigation
[0] Message Index
[#] Next page
Go to full version