-
Notifications
You must be signed in to change notification settings - Fork 7
How to copy Variable values in IDEs
Aurélien Pupier edited this page Mar 21, 2022
·
1 revision
For VS Code, there is the possibility to access the value of one variable at a time. The body for instance. You need to right-click on the variable and select copy-value.
For Eclipse Desktop, there is possibility to access a single variable by right-click then "Copy Variables".
It is also possible to access several variables by selecting all of which you want, then right-click "Copy Variables". Take care to select all leafs of the tree
.