概要
The Breenix Interrupt Trace skill provides a systematic framework for debugging kernel-level issues within the Breenix environment. By capturing and parsing QEMU's detailed interrupt logs, it allows developers to verify interrupt vector sequences, monitor privilege level transitions between Ring 0 and Ring 3, and inspect CPU register states during critical failures. This skill is essential for diagnosing complex issues like triple faults, page faults, and register corruption, offering automated parsing and summary reporting to accelerate the OS development and debugging lifecycle.