nn::dbg::BreakReason Enumerated Type#include <nn/dbg.h> enum BreakReason;
| Value | Description |
|---|---|
| BREAK_REASON_PANIC | Panic |
| BREAK_REASON_ASSERT | Assert |
| BREAK_REASON_USER | User |
| BREAK_REASON_LOAD_RO | |
| BREAK_REASON_UNLOAD_RO | |
| BREAK_REASON_MAX_BIT |
Indicates the cause of a break.
CONFIDENTIAL