How to configure KDevelop for assembly before execution?

In most IDEs (for example, Visual Studio, all Java-IDEs, etc.), sources are created by default when the user chooses to run or debug the application. How can I configure KDevelop to do the same?

+4
source share
1 answer

Go to the menu item "Run-> Launch Configurations".

Here you can configure the launch configuration with arguments, working directory, etc.

At the bottom there is a block of dependencies in which you can specify the purpose of the assembly, which must be launched before the launch configuration is launched.

+6
source

All Articles