zero-plusplus / vscode-autohotkey-debug

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

Add `runToNextFunctionOnCaller` vscode command #260

Closed zero-plusplus closed 1 year ago

zero-plusplus commented 1 year ago

Similar to #259, except that it targets the caller function.

This command is used to debug method chains.

The current debugger specs state that if you step-out in a method chain, the script will break after all chains have been executed.

Therefore, if you want to break at the desired method, you must place a breakpoint.

However, this command can be used to break at the start of the next method in the method chain.

zero-plusplus commented 1 year ago

I am merging this issue here. Therefore, this issue is closed.