Bug 65817

Summary: Debugger does not work on subproject other than src
Product: [Applications] kdevelop Reporter: Iztok Kobal <iztok.kobal>
Component: Build tools: AutomakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 3.0.0a7   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Iztok Kobal 2003-10-10 17:46:34 UTC
Version:           3.0.0a7 (using KDE 3.0.5)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

I have made another subproject alongside original src (base project has been created using New Project->C++->Simple Hello World Program). The primary targets in both subprojects are binaries (Programs). While debugger works properly on the src subproject, I can not find the way to persuade it to work over another subproject - it always fires src subproject. I have made Target Active but it does not help.
Comment 1 Amilcar do Carmo Lucas 2003-10-10 18:00:55 UTC
What is your configuration under Project Options..->Run Options->Main Program ?

Main Program NEEDS to be empty in order for this feature to work. AND you need
to use Autotools (Automake mananger) build tools in order for it to work.

I think the instructions in Project Options..->Run Options->Main Program are
pretty explicit about that.
Comment 2 Iztok Kobal 2003-10-12 23:44:42 UTC
Yes, it does the job. Thanks.