nn::dbg::Break Function#include <nn/dbg.h> nn::Result Break( nn::dbg::BreakReason reason ); nn::Result Break();
Break(nn::dbg::BreakReason)
|
Stops the program. |
Break()
|
Stops the program. |
Break(nn::dbg::BreakReason)If the program is running on a debugger, the program stops at the point where the Break function is called.
The program quits if it is not running on a debugger. If you set Break Stop to enable in the Config tool, however, the program stops instead of quitting.
Break()The cause of the break is BREAK_REASON_PANIC.
CONFIDENTIAL