Page 1 of 1

ahk h and Scite Debug - var list not working

Posted: 05 Jul 2017, 09:25
by Taurus
Hi,

I got a problem with the var list while debugging. If i replace ahk L with ahk h Autohotkey.exe, the var list is not working anymore. Are there any changes?

ahk-script, that is used for debugging: SciTE\tools\SciTEDebug.ahk

Line 985: VL_Local := Util_UnpackNodes(Dbg_LocalContext.selectNodes("/response/property/@name"))

Looks like VL_Local stays empty. Are this functions working the same way than ahk L.

By the way, which IDE are you using?

Thanks!

Re: ahk h and Scite Debug - var list not working

Posted: 05 Jul 2017, 14:48
by HotKeyIt
You will need this change: https://github.com/Lexikos/SciTE4AutoHo ... ff2b71d6f3
Or you can get full package that should work: http://evilc.com/files/ahk/misc/SciTE.zip

Re: ahk h and Scite Debug - var list not working

Posted: 05 Jul 2017, 15:24
by Taurus
Very great. Works like a charm. Thank you!

Re: ahk h and Scite Debug - var list not working  Topic is solved

Posted: 21 Jul 2017, 10:59
by evilC
I think that linked build has some issues - it will be very slow stepping through scripts.

I posted a newer version here: https://autohotkey.com/boards/viewtopic ... 61&t=34398