Previous Topic: Use Breakpoints to Control Program ExecutionNext Topic: Enable a Breakpoint


Add a Line Breakpoint

You can set a line breakpoint on an executable statement associated with a line of code in an Action Diagram. A line breakpoint, when enabled, suspends program execution before a specified statement in the code is executed. The line where the breakpoint is set is highlighted in the PAD Code View editor. The current stack trace is displayed in the Debug view.

Perform one of the following steps:

Note: When you add a breakpoint, it is enabled by default.