[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: navigating up and down

On 12/08/2009 23:56, wd wrote:
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.
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.

--
Derek