March 29, 2024

Dynamic Windows Function [dw_debug]

Syntax

void dw_debug(char *format, ...)

Parameters

char *format: printf style format string.
...: Additional variables for use in the format.

Description

Displays a debug message on the console.

Remarks

This API was introduced in version 2.2.

On Windows this will output to the debugger console.

On Mac the debugger console and the system console.

On OS/2 this will go to PMPrintf if installed or stderr.

On Unix this will go to stderr and typically will be picked up by the debugger.