Feedback
Breakpoint gutter allows breakpoints outside executable editor text
- Status
- Fixed
- Fixed in
- v26.6.3
- Last updated
- 2026-06-11
Public summary
Breakpoints could be set from the editor or debugger gutter on non-executable lines, including class/member wrapper lines or blank space below the displayed code. This could leave breakpoint markers outside executable ObjoBasic statements. Fixed on main by ignoring gutter clicks outside rendered lines and only accepting breakpoints on real body lines.