Use the same configurations between CLion projects
Answered
Hi,
When I open up a new folder in CLion, it doesn't have any of the configurations for running the project that I've previously created. How can I have them persist? Thanks.
Please sign in to leave a comment.
Hello!
Run/Debug configurations are project-specific, not IDE-specific.
For a run/debug configuration of a particular type, you can set up the default values for one or more parameters and save them as a template for further usage. In this case, the next time when you create a new configuration of that type, the corresponding fields of the dialog will already contain the specified values. Please see https://www.jetbrains.com/help/clion/changing-default-run-debug-configurations.html.