From kdevelop-bugs Sun Dec 31 15:56:53 2006 From: Andreas Pakulat Date: Sun, 31 Dec 2006 15:56:53 +0000 To: kdevelop-bugs Subject: [Bug 120795] can only debug the main application Message-Id: <20061231155653.26872.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306962211653 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120795 ------- Additional Comments From apaku gmx de 2006-12-31 16:56 ------- Unfortunately the logic for this is quite unclear to me. A quick try to do the same things as the Automake manager didn't succeed. As I don't understand this whole run/debug-settings mess and don't have time to sit down and play with it, I won't make this possible for the QM in 3.4.0 (not sure about 3.4.1 either). If anybody feels like trying to do this, the important method is TrollProjectPart::mainProgram and QMake projects have DESTDIR and TARGET variable to specify where the executable ends up (both can be fetched via Scope::variableValues). I'll add a method to TrollProjectWidget that returns the QMakeScopeItem that is currently selected so one get easily get at the Scope. I will commit proper patches attached here or sent to kdevelop-devel to svn.