You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.