CLion Profiling with Bazel

Completed

Currently the builtin profiling tooling doesn't work when using the Bazel Plugin for a Bazel based project. Currently when pressing the profiling button it runs the test but not under the profiler. I'm trying to figure out what needs to be done in order to support it. The plugin implements interfaces such as `com.jetbrains.cidr.execution.testing.CidrLauncher` already. Is there another it needs to implement in order to get this functionality?

3
2 comments

Hello!

The Bazel plugin is supported by Google. Thanks for creating https://github.com/bazelbuild/intellij/issues/1801 in the plugin's tracker.

0

Hi Anna Falevskaya, Unfortunately Google don't fully support the Bazel CLion plugin, as can be seen from the support matrix: https://ij.bazel.build/docs/bazel-support.html. It will be really useful to help enable the community to improve the plugins with requests such as this one, where Google aren't completely supporting it.

0

Please sign in to leave a comment.