At a Glance

A breakpoint can be used to stop the execution of the task at the point at which it was set.

During debugging it can be used:

  • to examine the behavior of the code,

  • to view the value of variables.

There is a single breakpoint at a given point in the project. This is not saved and is lost on disconnection from the PLC.

It is implemented in online mode regardless of whether the PLC is in Run or in Stop.

NOTE: It is not possible to set a breakpoint in an event task.

Element Used for Setting a Breakpoint

The program element used to set a breakpoint is the function block.

In other words, the following program section:

The breakpoint can only be set on 1 block at a time. The number in brackets over the block corresponds to the order of execution.

How to Insert a Breakpoint

Carry out the following actions:

Step

Action

1

Select the desired program element.

2

Set the breakpoint:

  • by selecting the following command from the menu:

    Debug->Set Breakpoint,

  • by selecting the following command from the contextual menu:

    Set Breakpoint,

  • or by selecting the button in the debug toolbar.

Example:

NOTE: Inserting a new breakpoint automatically clears the old one.

From the menu, select the Debug->Show Breakpoint command to locate the breakpoint by displaying the section where it has been set in the language editor.

How to Delete a Breakpoint

Either you can:

  • select the following command from the menu:

    Debug->Clear Breakpoint,

  • or select the button in the debug toolbar.

Erasing a breakpoint does not restart the task. To do this, you have to press .