Sergey Kolesnik Ld
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Edited Clion: how to show in which binary the code is executed?
AnsweredIn 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... -
Created CLion. Show contents of Qt containers when debugging
AnsweredQt Creator allows to show the contents of Qt containers. CLion doesn't do that. What can be done to inspect them? Especially QMap -
Edited C++: Show const/constexpr value before build
AnsweredIs 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 ...