Disable scientific notation in debugger

Answered

This seems like it should be something very simple to do, but apparently it isn't. I'm working on a financial application that involves payments in millions of dollars. I would love to be able to see my values in the debugger as 820279000 instead of 8.20279E08. It would save me a great deal of time. Is this possible, or do I need to submit a feature request?

1
4 comments

You can configure your custom type renderers for the debugger to represent the values in the way you like: https://www.jetbrains.com/help/idea/debugger-data-type-renderers.html .

0
Avatar
Permanently deleted user

Awesome! Thank you. You just increased my productivity by 50%.

1
Avatar
Permanently deleted user

@... Can you help me with setup it?

0

Please sign in to leave a comment.