zero-plusplus / vscode-autohotkey-debug

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

Support for step-in targets #319

Open zero-plusplus opened 5 months ago

zero-plusplus commented 5 months ago

RELATED: #316

The step-in targets displays the functions/methods present in the current statement as a list in the context menu and executes step-in on the selected function/method.

The solution is the same as an inline breakpoint so can be implemented at the same time.