nn::dbg::Break Function

Syntax

#include <nn/dbg.h>

nn::Result Break();

Arguments

None.

Return Values

Returns the function's execution result.

Description

Stops the program.

The cause of the break is BREAK_REASON_PANIC.


CONFIDENTIAL