Bug 65817 - Debugger does not work on subproject other than src
Summary: Debugger does not work on subproject other than src
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: 3.0.0a7
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-10 17:46 UTC by Iztok Kobal
Modified: 2003-10-12 23:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.