28.2.57 __builtin_software_breakpoint

Description

Provides for a software breakpoint. If a debugger is attached, the IDE will halt. If no debugger is attached, the device will reset.

Prototype

void __builtin_software_breakpoint(void);

Argument

None

Return Value

None

Assembler Operator/ Machine Instruction

break

Error Messages

None