cweijan / autohotkey-plus

AutoHotkey language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-autohotkey-plus
MIT License
133 stars 18 forks source link

Failed to inspect instance of class in "demo_for_ahk_v2" #9

Closed zero-plusplus closed 4 years ago

zero-plusplus commented 4 years ago

By Google Translate from Japanese to English.

The conditions are as follows.

  1. Start debugging demo_for_ahk_v2
  2. Expand the Global list.
  3. Break at the line after instance: = new Cls()

Then the following error message is displayed. Command failed: "C:\Program Files\AutoHotkey\v2-alpha\x64\AutoHotkey.exe" /debug=localhost:9001 "W:\project\vscode-autohotkey/demos/demo_for_ahk_v2.ahk"

cweijan commented 4 years ago

You can try fix it, I don't use Ahk V2.

zero-plusplus commented 4 years ago

ok. I will try.