Stefan Rondinelli

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Run lldb command in the running lldb instance
AnsweredI 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? -
Created clang-format with .glsl files
AnsweredHow 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... -
Created Build Preset with Docker Toolchain starting wrong cmake after restart of CLion
CompletedWe 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, ...