#include <__cross_studio_io.h>void debug_break();
debug_break causes the the debugger to stop the target and position the cursor on the line that called debug_break.
debug_break is an extension provided by CrossWorks C.