Sergey Kolesnik Ld
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
-
Sergey Kolesnik Ld created a post, AnsweredClion: 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 commented, -
Sergey Kolesnik Ld created a post, AnsweredCLion. 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 created a post, AnsweredC++: 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 ...