cpp -> h jump
Brought to you by:
set
From: <iw...@ga...> - 2005-01-27 16:24:02
|
Hi all. I was wondering if in setedit is an option that allow you to jump between cc (code) and h (header) file. Ofcourse I assume that code and header file differs only in prefix, i.e. header is named file_name.h and source file is named file_name.cc or cpp. Is there such thing in setedit? Second thing I want to ask is debugging. I have quite big project which consists of about 100 units. There is an apllication which loads them (via QLibrary mechanism since it's a Qt app) and gets one object per unit. The problem is, when Im debugging I always receive error message from gdb that thre is no such source file. Gdb can't find source files even though I added them to project, and added directories in debugger setup. Thanks for help! iwasz PS. sorry for my English |