Releases: microsoft/vscode-java-debug
Releases · microsoft/vscode-java-debug
Release 0.27.1
22 Jul 02:34
Compare
Sorry, something went wrong.
No results found
Fixed
Hot Code Replace always reports "Cannot find any changed classes for hot replace!". #850 .
Release 0.27.0
17 Jul 11:40
Compare
Sorry, something went wrong.
No results found
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
Give a response when you trigger debugging in LightWeight mode. #841 .
Failed to get variables. Reason: com.sun.jdi.InvalidStackFrameException. #767 .
Render the source link for stack trace from Java modules. #824 .
Release 0.26.0
13 May 06:55
Compare
Sorry, something went wrong.
No results found
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
Release 0.25.1
06 Mar 06:33
Compare
Sorry, something went wrong.
No results found
0.25.1 - 2020-03-06
Fixed
Fix the Error: Could not find or load main class @x.y.z.argfile. #769 .
Cannot hit breakpoint at the class using Java 13 Text Blocks. #773 .
Release 0.25.0
20 Feb 09:04
Compare
Sorry, something went wrong.
No results found
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.numericPrecision to set the numeric precision when formatting doubles in "Variables" or "Debug Console" viewlet. #745 .
Fixed
Use project's Java runtime to launch the application. #753 .
Restart stop but not start the program. #752 .
Contribution from xiaoyinl : Use HTTPS wherever possible. #732 .
Release 0.24.0
27 Dec 01:39
Compare
Sorry, something went wrong.
No results found
0.24.0 - 2019-12-25
Added
Support breaking when value changes (a.k.a. Data Breakpoints). #654 .
Changed
Improve "Run Java" experience: F5 will run the current file without generating launch.json. #724 .
Fixed
Debug console will hang on Java exception stack trace. #719 .
Debug console won't automatically append () if selecting a method in completion list. #711 , #691 .
Cannot pass vmArgs array to Java 13 project. #703 .
Release 0.23.0
29 Oct 04:21
Compare
Sorry, something went wrong.
No results found
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
Update troubleshooting doc for class not found error. See the doc .
Update troubleshooting doc for build failed error. See the doc .
Release 0.22.0
24 Sep 03:18
Compare
Sorry, something went wrong.
No results found
Added
Show Run/Debug buttons when hover on a main method. #657 .
Fixed
Debugger just broken with git bash as the default shell on Windows. #642 .
[Mac] Failed to launch debuggee in terminal with TimeoutException. #637 , #651 .
Pop an error message when click ⚡ HCR button in the Run mode. PR#665 .
Don't escape single quote of the program args. PR#668 .
Release 0.21.0
26 Aug 05:11
Compare
Sorry, something went wrong.
No results found
Added
Add menu entries to Run and Debug a Java application when you right click a Java file in file explorer or opened editor. #626 .
Changed
Remove hard dependency of redhat.java. PR#617 .
Change the default console to integrated terminal. #605 .
Fixed
Java language server is activated by mistake when debugging a non-Java project. #238 .
[Windows] integratedTerminal console does not showing unicode characters. #524 .
Contribution from pi1024e : Fix UI typos. PR#630 .
Release 0.20.0
02 Jul 02:27
Compare
Sorry, something went wrong.
No results found
Fixed
Fix: Adding wrong jar version to the classpath. #566 .
Fix: Adding wrong classpath at runtime for multi modules maven projects. #584 .
Contribution from tom-shan : Should break earlier when destroying temporary launch file. PR#280 .