Skip to content

Release 0.24.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 27 Dec 01:39

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.