Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EBlink override the default halt on Reset_Handler
#9
Fault unwind is a build-in feature to catch runtime errors, it will unwind the stack and inform the user about the exception and additional info. By unwinding the stack, the debugger is halted on the line with the error or with a meaningful call stack in case of instruction errors. You can simple click in the callstack windows on the caller and see where the fault is.

Level 0 = Fault unwind disabled
Level 1 = Not active but unwind is Forced on (user) halt if any errors are detected
Level 2 = the code will be actively halted when an error occurs

As soon as I have some time left I will post a "howto" with runnable code examples to demonstrate Fault unwind
Reply


Messages In This Thread
RE: EBlink override the default halt on Reset_Handler - by embitz - 07-11-2024, 01:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)