When running a simple test file with break-on-uncaught-exceptions on a recent SDK, the debugger pauses at the end on an "ExitWithException" error:

We don't jump to anywhere in the source, so this appears somewhat silent and leads to a confusing experience.
(this is also causing test failures because the debug session doesn't end as expected)