Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.39/images/LambdaHighlight.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 18 additions & 4 deletions news/4.39/jdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,24 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d
## Java Formatter
-->

<!--
---
## Debug
-->
## Debugger


### Improved Highlighting for Inline Chained Lambdas

<details>
<summary>Contributors</summary>

- [Sougandh S](https://github.com/SougandhS)
</details>


Building on the `inline lambda breakpoint` support added in **Eclipse 4.38**, the Java debugger now highlights the specific inline lambda expression when it is suspended.
Previously, selecting or focusing a lambda stack frame in a chained expression highlighted the entire line, making it difficult to identify the exact lambda.
Now only the suspended lambda is highlighted, making it much easier to follow execution in complex chained expressions.

![Lambda Highlighting](images/LambdaHighlight.gif)


<!--
### JDT Developers
Expand Down