META: Script Debugger's event log is too short. How to fix?

I just started using Script Debugger and it seems that there is limit on the size of its event log. Can this limit be removed, or at least increased?

The short answer is no, unfortunately. Script Editor saves events and replies as styled text, which means you can have an almost unlimited log. Script Debugger saves the events (and replies) as actual Apple events – that’s what gives it the ability to display events in different formats, and to use explorer windows to drill down into results even after scripts have been run. The trade-off, though, is that AppleScript has limits on how many Apple events can ve valid at one time – increasing the number risks instability.