Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting breakpoints in Visual Studio Code for Autohotkey scripts

This AutoHotKey (AHK) forum post ends with suggesting there is no current way to set breakpoints for an Autohotkey script in Visual Studio Code. The post ends suggesting that Xdebug may work. Is anyone in this forum aware of any way to set breakpoints and step thru an AHK script in Visual Studio Code?

like image 721
Thinker Avatar asked Nov 21 '17 15:11

Thinker


1 Answers

Bear in mind that you're referencing a 2015 post...

At this point (May 2021), VSCode is by far the best approach and the most comprehensive when it comes to debugging AHK.

Here's a guide on how to get it running and debugging in a couple of minutes.

like image 61
anonymous1184 Avatar answered Oct 08 '22 23:10

anonymous1184