Releases: microsoft/vscode-java-debug
Releases · microsoft/vscode-java-debug
Release 0.59.0
Added
- Support pause all threads when hit breakpoints. #1603.
- Support suspend all setting. java-debug#619.
Changed
- Provide graceful shutdown on debug stop action. java-debug#620.
Fixed
- Use JDTUtils.toUri() for decompiled class file URIs. java-debug#624.
- Handle NoSuchMethodError for isMainMethodCandidate() on older JDT. java-debug#622.
- Exclude Map.Entry from lazy loading to show key:value inline. java-debug#621.
Release 0.58.5
Fixed
- Fix
lspFrame.source.pathis null. java-debug#618.
release 0.58.4
Added
- Add command to manage breakpoint exception types in command palette. #1566. Thanks to Roland Schaer for contribution.
Fixed
- Fix
lspFrame.sourceNPE on stackTrace request. java-debug#616. Thanks to Mathias Fußenegger for contribution. - Handle unavailable sources in compliance with DAP spec. java-debug#609, java-debug#614. Thanks to Karl-Erik Enkelmann for contribution.
Release 0.58.3
Added
- No config debug #1530
Release 0.58.1
0.58.1 - 2024-10-31
Added
- The launch config
envFilenow supports an array of env files. #1505. Thanks to Ed Hillmann for contribution.
Fixed
- Fail to debug with java 23 - Unrecognized option: -Xnoagent. java-debug#561.
Release 0.58.0
Release 0.57.0
0.57.0 - 2024-03-26
Added
- Add support for running Java 21 "Unnamed classes and Instance main method". #1444.
Release 0.56.1
0.56.1 - 2024-02-19
Fixed
- Fix the java.lang.NoClassDefFoundError when triggering code completion in DEBUG CONSOLE. See java-debug#534.
Release 0.56.0
0.56.0 - 2024-01-31
Fixed
-
Breakpoint doesn't work on lambdas which returns a generic type. See java-debug#498, #1413 and #1414.
-
Breakpoint with inline lambdas work only with last one. See #1410.
-
StepInto method target doesn't work if the method is part of wrapped expression. See java-debug#519.
Thanks to Gayan Perera for contribution in fixing multiple bugs.
Release 0.55.0
0.55.0 - 2023-11-01
Changed
- Don't duplicate build reference projects when building a Gradle project managed by Build Server. java-debug#511.
Fixed
- Cannot find Java process when using "Attach by Process ID". #1388. Thanks to owl-from-hogvarts for contribution.