Stefan Rondinelli

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Stefan Rondinelli created a post, AnsweredRun lldb command in the running lldb instance
I want to implement a CLion plugin that runs a custom command in the current lldb instance. How can I access the running lldb instance from Kotlin? -
Stefan Rondinelli created a post, Answeredclang-format with .glsl files
How can I enable clang-format for .glsl files in CLion? It seems to be possible with cpp files only. If I run: clang-format -i myshader.glsl on the shell, it works perfectly. If I choose reformat c... -
Stefan Rondinelli created a post, CompletedBuild Preset with Docker Toolchain starting wrong cmake after restart of CLion
We have Build Presets that use a Docker Toolchain to build Linux code on a Mac. When opening the project the first time, it runs cmake in the docker container and then when you build the projects, ...