pub fn report_exception(reason: Exception)
Expand description

Report an exception to the debugger directly.

Exception handlers can use this SWI at the end of handler chains as the default action, to indicate that the exception has not been handled.

This call should not return. However, it is possible for the debugger to request that the application continue. In that case this call returns normally.

Arguments

  • reason - A reason code reported back to the debugger.