Target displayed grey in the list of configurations

Answered

One of my targets (fastjson_test) is displayed gray and at the bottom of the list of configurations. I don't see any other problem with it - it compiles and runs just fine. But I wonder what does this mean?


0
3 comments

Hello!

Temporary run/debug configurations are marked this way - https://www.jetbrains.com/help/clion/run-debug-configuration.html. They are created every time you run/debug a test, test suite, fixture, or a main() entry using the gutter icons.

0
Avatar
Permanently deleted user

Thanks, Anna. This is a little surprising though, since I have this target specified in CMake, and I'd not call it temporary.

0

This may happen, for example, if you delete the permanent configuration and then launch the test using the gutter icon. But I'm afraid now it's impossible to say what actually happened.

You can convert this configuration into a permanent one - https://www.jetbrains.com/help/clion/run-debug-configuration.html#save-as-permanent.

If you face the issue again and manage to define the steps to reproduce, please let me know.

0

Please sign in to leave a comment.