autohotkey-plus icon indicating copy to clipboard operation
autohotkey-plus copied to clipboard

[BUG] Stopping debugging requires two clicks

Open mark-wiemer opened this issue 2 years ago • 0 comments

Ref https://github.com/vscode-autohotkey/ahkpp/issues/279 by @fade2gray

  1. Debug this script with a breakpoint on the first line:

    ahk := "AutoHokey"
    ExitApp
    
  2. 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.

mark-wiemer avatar Jan 30 '23 01:01 mark-wiemer