Skip to content

Release 0.28.0

Choose a tag to compare

@testforstephen testforstephen released this 27 Aug 07:19
f416ebc

Added

  • Add run/debug buttons to editor title bar for single file debugging. #834.
  • Add user settings java.debug.settings.jdwp.limitOfVariablesPerJdwpRequest and java.debug.settings.jdwp.requestTimeout to 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.