Sergey Kolesnik Ld
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
-
Sergey Kolesnik Ld 创建了一个帖子, 已回答Clion: how to show in which binary the code is executed?
In Visual Studio when debugging the callstack shows the file where each function is executed. So you know when it is in the .exe file or it stepped inside a particular .dll. In Clion I don't see s... -
Sergey Kolesnik Ld 进行了评论, -
Sergey Kolesnik Ld 创建了一个帖子, 已回答CLion. Show contents of Qt containers when debugging
Qt Creator allows to show the contents of Qt containers. CLion doesn't do that. What can be done to inspect them? Especially QMap -
Sergey Kolesnik Ld 创建了一个帖子, 已回答C++: Show const/constexpr value before build
Is it possible to show compile-time evaluated value for const/constexpr variables? For instance, I'd like to be able to know the value of `sizeof(void*)` by hovering the mouse over it. Or a value ...