Feedback
Debugger call stack shows internal event handler names
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/103-call-stack-name-function-display
- Last updated
- 2026-05-24
Public summary
When the debugger pauses inside an event handler, the Call Stack panel can show the VM/compiler internal handler name, such as $handler_Opened, instead of the user-facing event name, such as Opened. The call stack should display source-level names so developers can recognise where execution is paused.