-
Notifications
You must be signed in to change notification settings - Fork 4
Call stack
zero-plusplus edited this page Dec 17, 2021
·
4 revisions
Displays a list of the current call stack. When selected, the variables in that call stack will be displayed in the Data inspection.
It also displays the reason why the script is currently stopped.
The meaning of each reason is as follows.
-
PAUSE
- Executed pause -
STEP
- Executed step-into, step-out and step-over -
BREAKPOINT
- Hit the breakpoint -
HIDDEN BREAKPOINT
- Hit a hidden breakpoint such as Breakpoint directive.