C++ Support
C++ support is available as part of the Bazel plugin for CLion.
Project Setup
Follow these instructions to import your Bazel project.
Running tests / Debugging
Debugging is supported for cc_binary and cc_test targets. Simply create a
run configuration by right-clicking on a Bazel target or test
file/class/function, then run it in debug mode. Detailed instructions
here.