CLion Variables view - how do I view a specific entry in std::map ?
Answered
Hi,
I am debugging C++ code with CLion. The code contains std::map variable. I am able to see the variable. I am able to collapse it and view the different entries in the map. I have a specific entry in the map that I'd like to view regularly (without the need to collapse the viewed map every time).
Is there an expression I can enter in order to view specific entry in the map ?
Thanks,
Gidi
Please sign in to leave a comment.
Hello!
You can try adding it to watches - https://www.jetbrains.com/help/clion/examining-suspended-program.html#watches.