>There is no real post morten debugging on AVR as there is nothing like core >dump.
But if there is any kind of debugging at all, you might use the debugger to put
a breakpoint in abort(), and if so, having that invoked via jmp means you don't
know who called it. So you'd want a way to suppress that optimization.
paul
