Translated by DeepL Tranlator If you encounter problems with v1.11.1, please downgrade to v1.11.0. IMPORTANTIn order to protect my goal of growing my extension, I have decided to waive the MIT license. This is a statement that I do not want you to use my source code in ways that compete with my activities. Also, please do not include it in extension pack, etc. This does not affect end users at all. Please continue to use the end user as before. From now on, I have decided to develop an AutoHotkey IDE from scratch under a new license. The features of vscode-autohotkey-debug up to v1.11.0 and those planned to be implemented in v2.0.0 will be integrated into this IDE after it is reconfigured. I apologize to those of you who have been waiting for v2.0.0 of this extension, please understand. Basically, I will cease activity on this extension, but I will continue to respond to Discussions regarding usage, etc. OverviewThis extension is a debugger adapter for VSCode that provides many advanced features in addition to the basic debugging features. Update
There will be no further updates. Previous changes can be found here. Installation
For advanced usersThis 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
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 For more information on how to use many of the other features, see here. |