Releases: microsoft/vscode-java-debug
Releases · microsoft/vscode-java-debug
Release 0.18.0
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-previewto vmArgs when necessary. #553.
Changed
- Disable
java.debug.settings.showStaticVariablesby default to not show the static fields.
Fixed
- Fix: Debug Console does not support autocomplete when a .class file is open. #535.
Release 0.17.0
Release 0.16.0
Added
- Provide Chinese localized settings page for Java debugger, including launch.json configuration and user settings. #472, #477.
- Add new user settings
java.debug.settings.forceBuildBeforeLaunchto control whether to build the workspace before Run/Debug. #462. - F5 will auto launch the current Java file if
mainClassin launch.json is set to the variable${file}. #431
Changed
- Simplify generated launch.json. #476.
- Remove the emoji before Run/Debug CodeLens. #475.
- Use
vscode.openapi instead ofopnlibrary. #479.
Fixed
- Fix the main class isn't unique issue. #420.
0.15.0
0.14.0
Prepare CHANGELOG for 0.14.0 (#456)
0.13.0: Update changelog (#436)
* Update changelog Signed-off-by: Jinbo Wang <[email protected]> * Update changelog per review