How to display variables in Debugger window in scientific notation?
Some of the variables in my program are either very large or very small numbers, say, 1.0e20, or 1.0e-20. The variables in CLion debugger are displayed in number format and there are many zeros in these variables. I am tired of counting the number of zeros. Is there anyway to display these numbers in scientific format instead of number format?
请先登录再写评论。