OutputDebug

デバッガに文字列を出力する

OutputDebug, Text

Parameters

Text 出力する文字列

Remarks

AutoHotkeyのプロセスがデバッガにアタッチされている場合、そのデバッガにデバッグ文字列が出力される。
デバッガとしては、フリーソフトのDebugViewなどがある。

Examples

OutputDebug, %A_Now%: Because the window "%TargetWindowTitle%" did not exist, the process was aborted.