How to change float display format in debugger?
Hello. I see all floats in debugger in fotamat like this: [-]9.9e[+|-]999, but I want, that they will be displayed in more human-readable format like [-]9.9.
How to do that. I found this article: https://www.jetbrains.com/help/pycharm/viewing-as-array.html# , but it is only for arrays and I need to click every time. How to make all float values in debugger display in format [-]9.9...9?
Thank you.
Please sign in to leave a comment.
Hello,
Could you please provide me:
1. code example
2. screenshots presenting the area where you expect to see the formatting
Please upload it to the
https://uploads.services.jetbrains.com/ and please let me know the filename.