When I run my (quite lengthy) script in Scripting Debugger, it just runs as expected. However, just recently the debugger just doesn’t do it for me. I set a breakpoint on the first statement in the on run
handler, and it won’t reach it. Press Run, status bar says Running
, and after a while Stopped
.
When I look at the output in Console.app
I see the following two lines repeat:
RKOSAID _failOSError: errOSAInternalTableOverflow .....
legacyRuntimeScript called!!!!! - please save the script you are running and report this incident to support@latenightsw.com
I’m on macOS Big Sur 11.2.3 and it happens in both Script Debugger 7.0.13 (7A125) and 8 (8A11).
Does this (errOSAInternalTableOverflow
) mean my script is too large?