On this bar you find the buttons to record and control macros.

Parameter

Description

New

Creates a new empty macro.

Record

Starts macro recording.

Run

Executes the active macro completely.

Debug

Starts the debugger and executes the macro up to a breakpoint or error.

Step Over

Starts the debugger stepwise, command by command, without stepping into function blocks.

Step Into

Starts the debugger stepwise, command by command, and steps into function blocks.

Step Out

Starts the debugger stepwise, command by command, and steps out of function blocks.

Pause

Pauses macro recording.

Stop

Stops the running macro at the active command.

Reset

Resets all variables of the Python interpreter.

Breakpoint

Sets/removes a breakpoint in the active line, to stop/continue the macro in debug mode, in the active line.

Set Line

Sets the pointer in the next active command line.

Run to cursor

Sets the pointer to the current cursor position.