Since interrupt handlers are really just ordinary functions in native mode,
they are much easier to debug. You can use printf and other functions that
would normally be off-limits. The interrupt_dbprintf
function can
be used; in 6809 mode, this is a macro which does nothing, while in native
mode it equates to a regular dbprintf
.