#p::Pause ; Pressing Win+P once will pause the script. Pressing it again will unpause.
Code: Select all
#p::Pause
#p::Pause ; Pressing Win+P once will pause the script. Pressing it again will unpause.
Code: Select all
#p::Pause
Code: Select all
#Warn
x:=2
Warning: This variable has not been assigned a value.
Specifically: x (a global variable)
Line#
002: x := 2
003: Exit
004: Exit
---> 004: Exit
Nice!lexikos wrote:...allowing the debugger to see local variables of running functions other than the current one.