pub fn initialize(
interrupt_manager: &mut dyn InterruptManager,
timer: Option<&'static dyn ArchTimerFunctionality>,
)Expand description
Initializes the debugger. This will install the debugger into the exception handlers using the provided interrupt manager. This routine may invoke a debug break depending on configuration.