| [news.eclipse.tools.cdt] Re: navigating up and down |
I assume you mean that this is navigating the stack hierarchy? If so, Look in the Debug view and you will find the stack hierarchy displayed. Click on the stack frame you are interested in, and it will take you to the source+line.I am currently using eclipse C++ 3.4.2 on windows with gnu gdb. when I used gdb on linux with emacs, and i type "up"/"down" and hit return, the source file in the new scope will be highlighted and shown. However, under eclipse C++ gdb, when I type up/down, it just prints the corresponding file name and line no, it does NOT take me there.
-- Derek