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.