Skip to content
Merged
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/ExpressionDrop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.39/images/VariableDrop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions news/4.39/jdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,25 @@ Now only the suspended lambda is highlighted, making it much easier to follow ex
![Lambda Highlighting](images/LambdaHighlight.gif)


### Drag and Drop Variables and Expressions into the Debug Shell

<details>
<summary>Contributors</summary>

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

The `Debug Shell` now supports drag and drop from the `Variables` and `Expressions` views.
You can drag a variable or expression directly into the `Debug Shell`, where it is inserted at the caret location.
This makes it easier to reuse existing expressions and quickly build new ones using variables during a debug session, without manual typing or copying.

#### Variable Drop
![Variable Drop](images/VariableDrop.gif)

#### Expression Drop
![Expression Drop](images/ExpressionDrop.gif)


<!--
### JDT Developers
-->