Skip to content

Commit eaca37f

Browse files
SougandhSmerks
authored andcommitted
N & N Entry for DnD Variable & Expressions
1 parent cf7fae4 commit eaca37f

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

244 KB
Loading

news/4.39/images/VariableDrop.gif

410 KB
Loading

news/4.39/jdt.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,25 @@ Now only the suspended lambda is highlighted, making it much easier to follow ex
9393
![Lambda Highlighting](images/LambdaHighlight.gif)
9494

9595

96+
### Drag and Drop Variables and Expressions into the Debug Shell
97+
98+
<details>
99+
<summary>Contributors</summary>
100+
101+
- [Sougandh S](https://github.com/SougandhS)
102+
</details>
103+
104+
The `Debug Shell` now supports drag and drop from the `Variables` and `Expressions` views.
105+
You can drag a variable or expression directly into the `Debug Shell`, where it is inserted at the caret location.
106+
This makes it easier to reuse existing expressions and quickly build new ones using variables during a debug session, without manual typing or copying.
107+
108+
#### Variable Drop
109+
![Variable Drop](images/VariableDrop.gif)
110+
111+
#### Expression Drop
112+
![Expression Drop](images/ExpressionDrop.gif)
113+
114+
96115
<!--
97116
### JDT Developers
98117
-->

0 commit comments

Comments
 (0)