Call stack - zero-plusplus/vscode-autohotkey-debug GitHub Wiki
Displays a list of the current call stack. When selected, the variables in that call stack will be displayed in the Data inspection.
Pause reason
It also displays the reason why the script is currently stopped.
The meaning of each reason is as follows.
PAUSE
- Executed pauseSTEP
- Executed step-into, step-out and step-overBREAKPOINT
- Hit the breakpointHIDDEN BREAKPOINT
- Hit a hidden breakpoint such as Breakpoint directive.