[Vscode Extension]AutoHotKey Debug Adapter

Scripting and setups with Visual Studio Code (vscode) and AutoHotkey.
jj4156
Posts: 19
Joined: 17 Jun 2019, 07:03
Contact:

[Vscode Extension]AutoHotKey Debug Adapter

Post by jj4156 » 15 Apr 2020, 09:42

I love coding in vscode. Scite4AutoHotKey is a little bit lacking of elegant. There are some of extensions of highlight, but debugger absents.
So, I make this, a AutoHotKey debug adapter written by AutoHotKey. Not bad, isn't it? :dance:

Get it from here:
Download
or install from vscode extension marketplace directly by search: autohotkey and debug

It is still a very early release. Some bugs need to be solved. But, it is able to debug a ahk source file.
Last edited by jj4156 on 15 Apr 2020, 21:14, edited 1 time in total.

User avatar
boiler
Posts: 16900
Joined: 21 Dec 2014, 02:44

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by boiler » 15 Apr 2020, 12:45

Thanks for posting this. You may want to post it in the Editors sub-forum, where you’ll find other support for VS Code as well (including a recent extension that includes a debugger).

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by swagfag » 15 Apr 2020, 13:07

hitting breakpoints works, but it cant show object contents(expanded down arrow does nothing)

jj4156
Posts: 19
Joined: 17 Jun 2019, 07:03
Contact:

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by jj4156 » 15 Apr 2020, 21:04

boiler wrote:
15 Apr 2020, 12:45
Thanks for posting this. You may want to post it in the Editors sub-forum, where you’ll find other support for VS Code as well (including a recent extension that includes a debugger).
I search for debugger but no solution for it. Then I make it. And for moving this post to Editors sub-forum, what i need is to simplely repost it to that sub-forum?

jj4156
Posts: 19
Joined: 17 Jun 2019, 07:03
Contact:

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by jj4156 » 15 Apr 2020, 21:13

swagfag wrote:
15 Apr 2020, 13:07
hitting breakpoints works, but it cant show object contents(expanded down arrow does nothing)
Getting object contents needs another inspection. I hadn't finish it yet, but it will be fixed soon.

gregster
Posts: 8989
Joined: 30 Sep 2013, 06:48

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by gregster » 16 Apr 2020, 04:11

jj4156 wrote:
15 Apr 2020, 21:04
boiler wrote:
15 Apr 2020, 12:45
Thanks for posting this. You may want to post it in the Editors sub-forum, where you’ll find other support for VS Code as well (including a recent extension that includes a debugger).
I search for debugger but no solution for it. Then I make it. And for moving this post to Editors sub-forum, what i need is to simplely repost it to that sub-forum?
I moved the topic foy you.

User avatar
boiler
Posts: 16900
Joined: 21 Dec 2014, 02:44

Re: [Vscode Extension]AutoHotKey Debug Adapter

Post by boiler » 16 Apr 2020, 04:59

jj4156 wrote:
15 Apr 2020, 21:04
I search for debugger but no solution for it. Then I make it.
Here is the thread with the other VS Code extension that includes a debugger:
https://www.autohotkey.com/boards/viewtopic.php?f=60&t=73850

Post Reply

Return to “Visual Studio Code”