autohotkey-plus
autohotkey-plus copied to clipboard
[BUG] Stopping debugging requires two clicks
Ref https://github.com/vscode-autohotkey/ahkpp/issues/279 by @fade2gray
-
Debug this script with a breakpoint on the first line:
ahk := "AutoHokey" ExitApp
-
Stop debugging (click the red square in the small debug overlay)
Expected: Debug overlay goes away, same as previous releases.
Actual: Since fd77e87144148604122bccf7ca8bd429fd6d40d0, the overlay stays. Clicking the red square a second time closes the debug overlay.