AutoHotKey(오토핫키) 설명서 OutputDebug
OutputDebug
디버거에 문자열을 출력한다
OutputDebug, Text
Parameters
Text | 출력하는 문자열 |
Remarks
AutoHotkey의 프로세스가 디버거에 아탓치 되고 있는 경우, 그 디버거에 디버그 문자열이 출력된다.
디버거로서는, 프리 소프트의DebugView등이 있다.
Examples
OutputDebug, %A_Now%: Because the window "%TargetWindowTitle%" did not exist, the process was aborted.
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 PixelGetColor (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 Pause (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 OnMessage() (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 OnExit (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 NumPut() (0) | 2014.08.14 |