Thanks, good catch. The debugger was showing the line number from the complete source file, while Studio’s editor shows line numbers relative to the current method body. That’s why the call stack could report line 36 when the highlighted editor line was 8.
This should now be fixed in the next release: https://feedback.objo.dev/bug/788
Call-stack line numbers will match the lines shown in the method editor, while Studio will continue using the full source location internally for navigation and debugging.