you can get a local variable from your stream, because if the local variable is currently live, it means the only reference for this variable is its own stream .
So, first you need to list the current threads, and you can do this:
- Click the object options button in the action bar
. - Choose Java Basics → Browse Streams and Stacks.
Then, to list the object for a particular thread:
- Right click -> List Object -> OutGoing Links
Then find your local variable with the <Java Local>
Salah source share