REF

[1] https://www.autohotkey.com/scite4ahk/pages/debugger.htm "

[2] https://www.autohotkey.com/docs/v1/Scripts.htm#debug ,

 

1, 코드 중간에 디버깅 라인 넣기[1]

다음 두 줄을 넣으면 코드가 멈추고 현재 변수값을 모두 보여준다.

ListVars

Pause

resume하려면 파일을 닫으면 된다.

'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글

AH Auto-Execute Section  (0) 2023.06.14
AH 스렛드 세치기 Threads  (0) 2023.06.14
AH 변수에 값 넣기,send variable  (0) 2023.03.14
AH ★코드 작성 포맷 기준★  (0) 2023.03.11
AH 계산기 만들기  (0) 2023.03.11
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]