View All Variables As They Update In The Debugger In Scite4autohotkey Or AutoHotkey?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
roonyrooxcess
Posts: 61
Joined: 20 Nov 2020, 21:29

View All Variables As They Update In The Debugger In Scite4autohotkey Or AutoHotkey?

Post by roonyrooxcess » 08 May 2021, 20:40

Hi, i've tried googling but cant find anything on how to view all variables as they update, in the debugger in Scite4autohotkey

Or is it possible to debug a script by viewing all the variables as they update in a autohotkey script?

Thanks!
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: View All Variables As They Update In The Debugger In Scite4autohotkey Or AutoHotkey?

Post by lexikos » 09 May 2021, 22:42

I would recommend using SciTE4AutoHotkey with DebugVars, if you aren't already.
https://www.autohotkey.com/boards/viewtopic.php?f=61&t=34398

It updates values when you step through the code, or can be set to auto refresh on a timer (use the context menu to set it). See the readme for details.
https://github.com/Lexikos/DebugVars.ahk

DebugVars can also be used standalone, but not with scripts which are already have a debugger connected.
Post Reply

Return to “Ask for Help (v1)”