Releases: microsoft/vscode-java-debug
Releases · microsoft/vscode-java-debug
Release 0.41.0
0.41.0- 2022-06-01
Added
- Provide "Stop Java" button when triggering "Run Java" action. #1166.
- [API] Support DAP request
processId
and eventprocessid
to get the exact pid of current running Java process. java-debug#413.
Changed
Release 0.40.1
Release 0.40.0
Added
- Support lazy loading object values from toString(). java-debug#401.
- API - Provide an api to query the processId of the debugging Java process. java-debug#399.
Changed
- Print logpoints to debug console. #710. Thanks to James Clark for contribution.
Fixed
- VM launch failure doesn't report a useful error. java-debug#397. Thanks to Karl von Randow for contribution.
- Engineering - Fix problemMatcher patterns for the watch task. #1137. Thanks to James Clark for contribution.
Release 0.38.0
0.38.0 - 2022-01-26
Added
- Thanks for the contribution from Mu-Tsun Tsai. Add zh-tw locale. #1087.
Changed
- Change the inline button to debug icon. #1108.
Fixed
- Improve the search performance of resolving main class. java-debug#395.
- If mainClass not specified, it will find main classes not belonging to current workspace. #1098.
- Update CONTRIBUTING docs. #1105.
Release 0.37.0
0.37.0 - 2021-11-24
Added
- Troubleshooting Guide for Encoding Issues on Windows. See Troubleshooting_encoding.
Fixed
- Address encoding issues on Windows. #1077.
- Encoding - launcher.bat could not pass on redirected input into the java program being debugged. microsoft/vscode-java-pack#756.
- Encoding - Launching BAT for UTF-8 fix is incompatible with Security Policies disallowing BAT execution. #646.
- Encoding - Non-ASCII char support for Windows terminals. #622.
- Encoding - [Windows non-ASCII folder] Error: Could not find or load main class. #623.
- Step filter in the settings.json is not working. #1085.
- Contribution from
John Grant: Support multiline values in envFile. #1061. - Contribution from
Adrien Piquerez. Fix NPE when using step filter. microsoft/java-debug#387. - Contribution from Douglas M. Barcellos. Update telemetry setting declaration in README. #1084.
Release 0.36.0
0.36.0 - 2021-09-23
Changed
- Adopt new createStatusBarItem API for id and name properties. #1020.
Fixed
Release 0.35.0
Release 0.34.0
Release 0.33.1
0.33.1 - 2021-04-30
Fixed
- HotFix: After upgrade from vscode-java v0.77.0 to v0.78.0 can't debug tests. #995.