Display type of the variable along with the value when debugging
已回答
Currently only the value is displayed in the code background when debugging:
Is there a way to add types too at the end of the line?
请先登录再写评论。
There is no way to do that (https://www.jetbrains.com/help/clion/examining-suspended-program.html#inline-view). But you can evaluate an expression in the code - https://www.jetbrains.com/help/clion/examining-suspended-program.html#evaluate-expression-in-the-code.