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.