_NutDebugBreak()

runtime debugging tool for NuTCRACKER Platform applications 

Function


SYNOPSIS

#include <nutc.h>

void _NutDebugBreak(const char *message, ...);


DESCRIPTION

The _NutDebugBreak() function is used as a runtime debugging tool in NuTCRACKER Platform applications. When this function is called, a popup dialog is displayed with the specified message, and the user has the option of halting the process, ignoring the message and continuing, or invoking the debugger at the point of the call (or stopping the debugger if the program is already running inside the debugger).


PARAMETERS

message 

Is the message to be displayed in the dialog box. The message is in printf()-style format.

... 

Represents additional arguments to be substituted into message.


RETURN VALUES

None.


CONFORMANCE

MKS Toolkit UNIX APIs extension.


MULTITHREAD SAFETY LEVEL

Unsafe.


PORTING ISSUES

None.


AVAILABILITY

MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
printf()


MKS Toolkit 9.3 Documentation Build 6.