Feedback
Debugger watchpoints for variable values
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- -
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add debugger watchpoints so an ObjoBasic debug session can pause automatically when a variable reaches a configured value. This would let developers track down state changes without stepping through large loops or adding temporary logging.
Initial user-facing behaviour could allow a developer to choose a variable in scope, enter an expected value, and have Studio break as soon as the variable matches that value during execution. The debugger should show which watchpoint fired and the current variable value.