Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use better instruction for CATCH_TRAP on ARM Macs
The old instruction would cause the debugger to be stuck at the triggering source line forever, while the new one should have the expected semantics, where the debugger can then single-step, continue. or generally do things, afterwards. Closes #2422
- Loading branch information