There is a Debugger with the stack of frames, where you can see the value of all locals for each frame, and there is a Running App Console where you can interact with the app’s interpreter, but there is no interactive watch window or console for the current frame.
It would be nice to have either:
- A Console panel on the right of the Local Variables panel (best option!)
- The Running App Console panel working on the selected frame (less best option)