Skip to content

Call stack

zero-plusplus edited this page Dec 17, 2021 · 4 revisions

call-stack

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 pause
  • STEP - Executed step-into, step-out and step-over
  • BREAKPOINT - Hit the breakpoint
  • HIDDEN BREAKPOINT - Hit a hidden breakpoint such as Breakpoint directive.
Clone this wiki locally