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.
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.
Yes, it does the job. Thanks.