Like this:
SciTE4AutoHotkey v3.0.06.01 Lexikos' DebugVars build https://www.autohotkey.com/boards/viewt ... 61&t=34398
Feature Request: Incorporate DebugVars for better variable inspection of object variables
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
Yeah, that would be pretty cool.
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
AutoGUI already has this feature. The toolbar button to the "Inspect Variables" window becomes visible once debug mode is started.
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
fancy!
btw, where do you get all these icons?
btw, where do you get all these icons?
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
The cubes come from an old version of the CKEditor documentation. The equal sign comes from a screenshot of a program called TSW WebCoder.
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
Very nice! I really like all your clean and streamlined UI designs.
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
I’ll be honest... you really need to incorporate DebugVars instead or make tweaks to your implementation. Listing out object members all on the same line is hard to read. And it also is capped at displaying a limited number of object members.
Re: Feature Request: Incorporate DebugVars for better variable inspection of object variables
I'm considering to incorporate a modified version of DebugVars in the AHK v2 version of AutoGUI, which I had not started yet. Object members are displayed in the variables list of the debugger of AutoGUI in a flat, single line, which facilitates the search mecanism. Is readability compromised? Compare RegEdit with the "about:config" of FireFox. A TreeList provides a more organized view of the data, while a flat list is more appropriate for search. As for not displaying all object members, some of them are omitted by default. Enable "Show Reserved Class Members" to see them.
Who is online
Users browsing this forum: No registered users and 20 guests