Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@timandy timandy released this 10 Dec 06:15
· 91 commits to master since this release

Release notes

Features

  • Support custom debug view for any type by DebuggerDisplay, DebuggerTypeProxy annotation.

Changes

  • Rename DebugView.getDebuggerDisplay(...) to DebugView.getDebuggerDisplayText(...).
  • Rename DebugView.getDebuggerTypeProxy(...) to DebugView.getDebuggerProxyObject(...).
  • Modify debugger display for types which is cheap to count the elements.

Links