zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
MIT License
50 stars 4 forks source link

Translated by DeepL Tranlator

Overview

This extension is a debugger adapter for VSCode that provides many advanced features in addition to the basic debugging features.

News

Important Notices

Update

See CHANGELOG for details.

Installation

  1. Install VSCode with version 1.49.0 or higher
  2. Install AutoHotkey
  3. Install an another extension to support AutoHotkey (the famous slevesque.vscode-autohotkey, If you use v2, use dudelmoser.vscode-autohotkey2, etc.)
  4. Open VSCode, press Ctrl + P then type ext install zero-plusplus.vscode-autohotkey-debug

For advanced users

This extension will work without configuration as long as you follow the steps above.

However, if you want to use a different version of AutoHotkey for which no installer is provided, you will need to configure it separately.

By default, the runtime is configured for each file extension as shown below, so please place the runtime in the same path.

If you want to place the runtime in a specified folder, you need to set the runtime attribute in launch.json.

Usage

  1. Open a file with the extension ahk, ahk2 or ah2.
  2. (optional) Set Breakpoint where you want them
  3. Press F5

If you want to enable more advanced features and make more detailed settings, please refer to Debug configurations.

If you need to run the script without debugging, choose Run -> Run Without Debugging from the menu or press Ctrl + F5.

For more information on how to use many of the other features, see here.

Contributes

I am currently not accepting source code contributions (i.e. Pull Request). Instead, you can report bugs and request features in Issues.

I usually reply by the next day.

Development support

You can support development with donate or sponsor (Github account required).

Please note, that I have not setup a reward, as I am dedicated to development.