netbeans
netbeans copied to clipboard
Debugger: show BigDecimal value in variables
Description
During debugging, in the "Variables" tab, it would useful to see the BigDecimal value instead of its reference, just like it currently happens for Double or other Number implementations.
Use case/motivation
Related issues
No response
Are you willing to submit a pull request?
No
Workaround found: add a formatter under Tools -> Options -> Java -> Java Debugger -> Variable Formatters
default formatters would be here: https://github.com/apache/netbeans/blob/668bca250cd66fd580b6bc3bc34412e80e324f66/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/expr/formatters/VariablesFormatter.java#L303