28.2.65 __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
Machine Instruction
break
Error Messages
None