void nwDebugPrintf( fmt, ... ) Sint8 *fmt ...
fmt printf()書式文字列 ...
なし
デバッグウィンドウに文字列を追加し表示します。 C言語の標準関数 printf()書式が利用できます。
nwDebugPrintf( "i = %d\n", i );
nwEditWinPrintf() 文字列の追加表示