--- 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![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1704708594708.png). ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-USHCSDJR.png) Save your script after adding the breakpoint. --- ## Removing Breakpoints To remove a breakpoint, **double-click** on the light-orange break-line in the script. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-S0DOP7PO.png) Alternatively you can use the **Add** button ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1704708594708.png) and select **Remove breakpoint**. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-H9EPNM1K.png) To remove **all breakpoints**, use the **main menu** and select the **Remove all breakpoints** option. Save the script after removing breakpoints. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-9IYOA3CJ.png) ## Related - [Working with the ScriptBuilder](/working-with-the-script-builder.md)