Linux: Modify Run Configurations via API possible?

已回答

Under Linux:
In the Home folder I find a lot of database files (~/.configure, ~/.local, etc.)
When I enter run configurations and save my settings: The strings which I entered are nowhere to be found via grep. 
But if I close the IDE and then open it. The settings are still there. That's why I suspect these settings are entered into one of the many .db
Database files. Is there a way to modify these run configurations perhaps via a local API?
Basically we want to have a script change the run configurations so we don't have to do it by clicking in the UI of the IDE.
Is this possible?

0

Hello!

CLion stores run/debug configuration settings in `.idea/workspace.xml` in the project directory.

Also please be aware that all run/debug configurations are based on templates, and you can edit default parameter values in each template to streamline the setup of new run/debug configurations.

0

请先登录再写评论。