Version 3.1.0
Release notes
Features
- Support custom debug view for any type by
DebuggerDisplay
,DebuggerTypeProxy
annotation.
Changes
- Rename
DebugView.getDebuggerDisplay(...)
toDebugView.getDebuggerDisplayText(...)
. - Rename
DebugView.getDebuggerTypeProxy(...)
toDebugView.getDebuggerProxyObject(...)
. - Modify debugger display for types which is cheap to count the elements.