_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

PTC MKS Toolkit UNIX APIs extension.


MULTITHREAD SAFETY LEVEL

Unsafe.


PORTING ISSUES

None.


AVAILABILITY

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


SEE ALSO

Functions:
printf()


PTC MKS Toolkit 10.4 Documentation Build 39.