Import Run/Debug Configuration
已回答
Hi,
My project includes multiple executables and libraries being built.
CLion automatically detects it and adds it to the Run/Debug Configuration target list.
I've noticed the list is saved as part of workspace.xml
1. Is it possible to import this list (since workspace.xml includes more info than target list)
2. Is it possible to "signal" CLion is some way to exclude some target from this autogenerated list (via cmakelists.txt for example)
请先登录再写评论。
Hi Alon!
Just in case. here are the rules by which run/debug configurations are generated: https://www.jetbrains.com/help/clion/creating-and-editing-run-debug-configurations.html#cmake-configs.
I'm afraid for both questions the answer is no :(
Feel free to create feature requests in our tracker: https://youtrack.jetbrains.com/issues/CPP.