zero-plusplus / vscode-autohotkey-debug

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

Loaded Scripts may not be displayed #292

Open zero-plusplus opened 1 year ago

zero-plusplus commented 1 year ago

Caused by the fact that Loaded Scripts may be called before the session with the debugger starts.

In AutoHotkey v2, the implicit function loading has been removed, so the process needs to be separated for each version. This problem occurred because the version information was taken from the session.

If the version cannot be retrieved from the session, retrieving the version in another way solves this issue.