Break
Break ( );
No argument.
Breaks and halts the system and give control to the kernel debugger.
break();
Break and halt the system and give control to the debugger.
You can only use this function in Debugger Mode, and you cannot use it on VMI Mode or local debugging.