neight
neight

Reputation: 11

autohotkey show main window command

At the end of my AutoHotKey scripts, I like to put in a pause hotkey for debugging. I would also like to pop up the AHK main window to view lines most recently executed. I couldn't find this script command. Anyone know what it is?

Upvotes: 1

Views: 331

Answers (1)

AfterLemon
AfterLemon

Reputation: 11

AutoHotkey Command for displaying a list of most recently executed lines is: ListLines seen here: List Lines AHK Documentation

Upvotes: 1

Related Questions