------- 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=124310 Summary: Multiple execution and debugging configurations Product: kdevelop Version: 3.3.1 Platform: Mandriva RPMs OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: danxuliu gmail com Version: 3.3.1 (using KDE KDE 3.4.2) Installed from: Mandriva RPMs Right now, only one execution configuration can be set. If your project has more than one executable, you must change manually the execution configuration when you need to execute a different one to the last executed. For example, if you have your application and also a test suite for the app in another executable. The same goes for execution args. You may need call the executable with different args for testing purposes, for example. It would be great if you can set multiple execution configurations (like the building ones) so you can change between executables and its args without writing them again and again. All of the above applies also for debugging.