testforstephen
released this
Added
- Jump to source when clicking the stack trace printed to the terminal. PR#890.
- Contribute
RunandDebugmenus to Project Explorer. #878. - Provide a user setting
java.debug.settings.vmArgsto set the default VM arguments to launch your program. #220,#876. - Provide a user setting
java.debug.settings.onBuildFailureProceedto force the debug session to proceed when build fails. #888.
Changed
- Allow cancelling the outdated codelens job. PR#881.
Fixed
Assets
3
testforstephen
released this
Added
- Add run/debug buttons to editor title bar for single file debugging. #834.
- Add user settings
java.debug.settings.jdwp.limitOfVariablesPerJdwpRequestandjava.debug.settings.jdwp.requestTimeoutto control JDWP request. #862,#863.
Changed
- Reduce the frequency of JDWP requests to improve performance when expanding VARIABLES view. #347.
- Migrate the legacy log to the telemetry wrapper. #866.
Fixed
- Fix Hot Code Replace error "Cannot find any changed classes for hot replace!". #855.
Assets
3
testforstephen
released this
Fixed
- Hot Code Replace always reports "Cannot find any changed classes for hot replace!". #850.
Assets
3
testforstephen
released this
Added
- Break on exception for "just my code". #756.
- Support step "just my code". #628.
- Show return value of a method. #660.
- Support "copy value" from Variable viewlet. #819.
- From upstream jdt: support using lambda and reference expressions in debug evaluation. #281.
- From upstream jdt: support evaluating local variables in the lambda body. #754.
Changed
- Always give UI feedback whenever you click
⚡ button to apply code changes. #833. - Automatically add -XX:+ShowCodeDetailsInExceptionMessages when launching your program with Java 14. #797.
- Adopt the new resolveVariable API. #750.
- Adopt DebugAdapterDescriptorFactor API. #751.
Fixed
Assets
3
testforstephen
released this
Added
- Support picking a Java process to auto attach. #759.
Fixed
- When running the Gradle application, the test scope is not filtered out. #715.
- Conditional breakpoint fails in the multi thread scenario. #782.
- Show a warning message about the Unsupported JDK error. #789.
- vmArgs in launch.json does not accept an array of strings. #778.
- Activate the extension before execute Java extension commands. #775.
Changed
- Contribution from Mathias Fußenegger: Extend readme with basic low level usage instructions. java-debug#327.
testforstephen
released this
0.25.1 - 2020-03-06
Fixed
Assets
3
testforstephen
released this
0.25.0 - 2020-02-20
Added
- Provide context menu to continue/pause all/other threads. #748.
- Contribution from bhoppeadoy: Add user setting
java.debug.settings.numericPrecisionto set the numeric precision when formatting doubles in "Variables" or "Debug Console" viewlet. #745.
Fixed
Assets
3
testforstephen
released this
Added
- Provide "Fix..." suggestions when "Build failed" occurs during launching the application. #358.
- Prompt to add the folder to source path if the running file isn't on classpath. #470.
- Provide samples for the commonly used debug configuration. See the doc.
Fixed
- It's safe to keep running the run/debug codelens if the debug configuration fails to save into the launch.json. PR#673.
- Improve the error handling when running the file via the context "run" or "debug" menu. PR#679.
- Support searching main classes from the workspace invisible project. PR#305.
Changed
Assets
3
testforstephen
released this