Stefan Rondinelli

- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Stefan Rondinelli 创建了一个帖子, 已回答Run 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 创建了一个帖子, 已回答clang-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 创建了一个帖子, 已完成Build 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, ...