Synopsis
#include <__cross_studio_io.h>
void debug_runtime_error(const char *error);
Description

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.

Portability

debug_runtime_error is an extension provided by CrossWorks C.