On Sunday, 10. June 2007 03:58, Danesh Daroui wrote:
> Hi all,
>
> If you have experience in KDevelop I amd using KDevlop C/C++ and have
> following questions:
You can find people experienced in KDevelop at the KDevelop list: 
<kdevelop.kdevelop.org>
>
>
> 1. How can I specify path to my my "include" directory? I used Automake
> configuration but it didn't work!
automake manager/<your subproject>/settings/Includes

- internal includes: enable them by selecting them from the list provided 
in 'Directories inside project'

- external includes: enable them adding the include path as gcc parameter (man 
gcc) in 'Directories outside project':
-I<what you want to include> or -isystem<what you want to include>


> 2. I can not debug my code however the code is compiled in "debug" mode.
> How can I activate debugging mode?
Try KDevelop 3.4 from testing. I have installed but not yet tested debugging 
at home/debian. In the office I have a suse and wasn't able to debug/profile 
with the suse 10.2 default KDevelop 3.3.x. After installing KDevelop 3.4(.1) 
(and gdb 6.6) I was able to debug and profile my code.


Jörg

Reply via email to