stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Debug #19

Open ci70 opened 5 years ago

ci70 commented 5 years ago

Time to implement debugging?

denolfe commented 5 years ago

It's possible this could be rigged up by looking at the PHP Debug extension which uses XDebug, since XDebug is mentioned in the Debugging Clients section of the docs.