Added
- Enable "Logical Structure" view for Map and Collection variables. #227.
- Add the source hyperlinks for the stack traces in the Debug Console output. #490, #506.
- Automatically add
--enable-preview
to vmArgs when necessary. #553.
Changed
- Disable
java.debug.settings.showStaticVariables
by default to not show the static fields.
Fixed
- Fix: Debug Console does not support autocomplete when a .class file is open. #535.