zero-plusplus / vscode-autohotkey-debug

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

Change breakpoint directive to break regardless of output #238

Open zero-plusplus opened 2 years ago

zero-plusplus commented 2 years ago

Under the current specification, the script will not break if a message is output as follows.

; @Debug-Breakpoint => message

This imitates the specification of breakpoints set by the UI.

However, after this discussion, I decided that this specification is not intuitive for the user and will change it to break regardless of the message output.