#include <cross_studio_io.h> void debug_runtime_error(const char *error);
debug_runtime_error causes the debugger to stop the target, position the cursor at the line that called debug_runtime_error, and display the null-terminated string pointed to by error.
debug_runtime_error is an extension provided by CrossWorks C.