---
title: "Breakpoints"
slug: "breakpoints"
updated: 2026-08-12T11:51:02Z
published: 2026-08-12T11:51:02Z
canonical: "success.panaya.com/breakpoints"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Breakpoints
Adding breakpoints at specific points in the script can help debug the script for ad-hoc script validation. When running scripts with breakpoints, the execution will stop at the breakpoint.
[Play options, sections, breakpoints and comments](https://player.vimeo.com/video/981873815?badge=0&autopause=0&player_id=0&app_id=58479)
---
## Adding Breakpoints
To add a breakpoint, hover over an instruction in the script and click the **Add** button.

Save your script after adding the breakpoint.
---
## Removing Breakpoints
To remove a breakpoint, **double-click** on the light-orange break-line in the script.

Alternatively you can use the **Add** button  and select **Remove breakpoint**.

To remove **all breakpoints**, use the **main menu** and select the **Remove all breakpoints** option. Save the script after removing breakpoints.

## Related
- [Working with the ScriptBuilder](/working-with-the-script-builder.md)