Feedback
Debugger watches now show expression values while paused
- Status
- Fixed
- Fixed in
- v26.7.3
- Source discussion
- https://forum.objo.dev/d/616-watch-window-in-debugger
- Last updated
- 2026-07-18
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a Watches view to the debugger where developers can save arbitrary expressions and see their current values whenever execution is paused. Watches should follow the selected call-stack frame, persist with the solution, report unavailable or unsafe expressions clearly, and avoid evaluating code with possible side effects unless the user explicitly requests it.