Hi, I'm using gcc to compile c++ code (using the -g3 option). When I want to debug the program (I've tried emacs, ddd, vimgdb) I can't step inside methods that are implemented in an header file (i.e., inline methods). Gdb says that it cannot find the header file. Any ideas ? (I've tried to find the answer in google, but to no avail). TIA, Eran --