> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/playbooks/debug-your-playbook.md).

# Debug your playbook

The debugger provides a test environment where you can make changes to data and playbook logic and view the results in real-time to test and troubleshoot playbooks. You can see exactly what is written to the context at each step and which indicators are extracted.

To open a detached system playbook, a copy of a system playbook, or a custom playbook in the debugger, select the playbook and click **Edit**.

To open an attached playbook in the debugger, select the playbook and click **View** to access the debugger. While editing a playbook, sub-playbooks can be opened directly in the debugger by choosing **Open sub-playbook** in the task pane.

In some cases, you may have a playbook that includes two or more copies of the same sub-playbook. When you set breakpoints, override inputs or outputs, or skip tasks in sub-playbook A, the same changes apply to the identical sub-playbook B. In addition, if you set a breakpoint, override inputs or outputs, or skip tasks within a loop in a playbook, that setting will be applied every time the loop executes.

{% hint style="info" %}

### Note

The debugger runs with the permissions of the logged in user. The user must have permissions for both playbooks and investigations (View/Edit) to run the debugger.
{% endhint %}

Running the debugger involves the following actions.

<details>

<summary>Choose test data</summary>

The debugger uses test data to execute the playbook, so you can see what your expected results would be. The following are options for test data.

1. **New Mock Incident:** By default, the debugger runs using an empty mock incident. An empty mock incident is useful to test simple functionality, such as a playbook that does simple tasks such as parsing inputs.
2. **Playground:** You can load the contents of the Playground as test data, enabling you to use uploaded files and custom context data for testing purposes.
3. **Existing Incident:** You can select an existing incident. For example, when debugging a phishing playbook, you might want to use an existing phishing incident that came from the mail listener integration. Using an existing incident in the debugger does not change the original incident.

   If you need to use event data from third-party software that is not yet set up as an integration, you can import a JSON file into Cortex XSOAR through the mapping feature and create an incident that can then be used as test data.

   You can use a file attachment for your test data by adding the file to an incident and selecting the incident or by uploading the file to the playground and using the playground as test data.

</details>

<details>

<summary>Set a breakpoint</summary>

At the breakpoint, you can override inputs and outputs to see how changes affect playbook execution. In addition, conditional breakpoints set conditions for the playbook to proceed. The playbook only pauses if your condition is met, letting you manipulate data to see how different scenarios impact how the playbook runs. For example, you can set a conditional breakpoint to pause the playbook when a phishing incident targets a member of a VIP asset list. If there are no VIPs in this incident, the execution does not pause. If there is a VIP in the incident, you can check that the member was properly identified by the playbook task.

Breakpoints do not apply to manual tasks, as a manual task will always pause the playbook run unless you skip the manual task. When the playbook reaches a breakpoint, no new tasks begin, but parallel tasks that have already begun continue. Breakpoints can be set in both the parent playbook and sub-playbooks.

1. To set a breakpoint, go to a task and click on the breakpoint button. When a breakpoint is set, the breakpoint button changes to orange.

   ![debug-break.png](/files/I42lRD46dnBP4x5Awkqd)
2. After a breakpoint is reached, click the task to override inputs and outputs if needed.
3. When you are finished with the task, run the debugger, and in the task, select an option for the playbook to continue.

   For an automated task, you have the options **Run automation now** or **Complete Manually**. If you choose **Complete Manually**, click on **Mark Completed** for the playbook to continue.

   For a task that is a sub-playbook, click **Run playbook now** for the playbook to continue.

   For a conditional task, choose which branch the playbook should follow and click **Mark Completed** for the playbook to continue. The default branch is **else**.

   When the playbook reaches a breakpoint, the task has an orange line at the top to indicate the breakpoint.

   ![debug-breakpoint.png](/files/CUa9MYIqB110KTgUKLwy)

   Breakpoint alerts are also displayed at the top of the playbook, enabling you to navigate between multiple breakpoints that have been reached in the playbook or sub-playbooks.

</details>

<details>

<summary>Set a conditional breakpoint</summary>

Conditional breakpoints enable you to debug loops and tasks with multiple values. The playbook only pauses if your condition is met, letting you manipulate data to see how different scenarios impact the playbook run.

1. Click on the breakpoint button for a task.

   After a breakpoint is set and the breakpoint icon is orange, a tooltip appears enabling you to add a condition to the breakpoint.

   ![debugger-conditional-breakpoint.png](/files/j38snqFIHPRSvBsKjZH3)
2. On both sides of the condition statement, you can choose available playbook data **From previous tasks** or use **As value** to set any other value.

   Clicking on the curly brackets enables you to use data from the current playbook and from sub-playbooks.

   ![debugger-conditonal-breakpoint-settings.png](/files/Je1E0MlSlwbdp6AvCilX)
3. Click on the **Equals (String)** to select from a set of conditions (such as: contains, ends with, greater than. )

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>If the breakpoint condition as defined does not exist when the debugger runs, the condition will default to false. For example, if you choose IP address and there is no IP address available, the playbook will not pause.</p></div>
4. Click **Save** to save your conditional breakpoint.

</details>

<details>

<summary>Start and stop the debugger</summary>

The debugger runs the playbook with the permissions of the logged in user. If a user runs potentially harmful commands, they are logged to the audit trail with the user’s username. When the user sets breakpoints, skips tasks, or overrides inputs or outputs, those changes only apply to the individual user’s session and do not permanently change the playbook. Using an existing incident as test data does not affect the original incident or change the original context data. When tasks run, however, they execute the same as they would without the debugger. For example, if you run the debugger and a task adds an item to a list, that item will be in the real list, accessible across for all users with permission to view that list.

Breakpoints pause playbook execution before a specific task. When the playbook is paused, the Debugger Panel displays the current state of context data, indicators, and task information.

To start the debugger, click **Run**. When you click **Stop**, the debugger stops, and the context data is reset to the original incident data. In the case of a new mock incident, the context data is cleared and the context is empty. Any breakpoints, skips, or overrides you applied are still available.

</details>

<details>

<summary>Override inputs and outputs</summary>

The debugger enables you to temporarily override inputs and outputs for a playbook run and to view the results in real time. When you override an input or output in the debugger, the change is saved only in the debugger view and only for the user who made the change. If after testing you decide to keep the temporary changes you made and apply them permanently to the playbook for all users, you need to cancel the override and edit the task. Tasks can be edited directly in the debugger or outside of the debugger using the standard playbook editing options.

You can override task inputs or outputs before or during a playbook run to troubleshoot tasks that fail or to try different input and outputs as part of playbook development. If you override an input or output during a playbook run, the override is applied to the run if the playbook has not yet reached that task. If you edit (permanently change) inputs during a playbook run, the changes only take effect the next time you run the playbook. You cannot use filters or transformers for overrides.

1. To override an input or output, open the task and hover over any existing input or output. Click **Override Input**.

   ![debug-override.png](/files/wt8VGHmUPG5HJBJLUgvP)
2. Enter a new input or output that will be used only in the debugger. For output overrides, you can enter a value, an array of values, or JSON. For input overrides, you can only enter plain text.
3. Click **OK** to save your changes.

   The playbook task card displays a label indicating that the task input or output has been overridden.

</details>

<details>

<summary>Skip tasks</summary>

For testing purposes, you may want to skip a task that for example closes a port in a firewall, deletes an email, or sends a notification to a manager. Or you might skip a task where the integration has not yet been configured. By skipping a task and overriding the output, you can provide the data necessary to complete the playbook run. When you skip a conditional task, you can choose which branch runs after the skipped task, enabling you to test different outcomes for multiple branches.

You might need to skip tasks within a playbook:

* To check if a particular task is causing an issue.
* To avoid performing tasks not relevant for your troubleshooting.
* To skip tasks with potentially harmful results such as blocking a user or opening a port in a firewall.
* To skip tasks for integrations that are not yet configured.

How to skip a task

1. Click the ‘skip’ button for the task.

   When a task is set to skip, the ‘skip’ button will be orange.

   ![debug-skip.png](/files/EmG8tsK8eGGBBF2KOiAO)
2. If the output is required for the playbook to proceed, click the task and override inputs and outputs.

</details>

<details>

<summary>Skip conditional tasks</summary>

When you skip a conditional task, you can set which branch runs after the skipped task, enabling you to test different outcomes for multiple branches.

1. Choose **skip** for a conditional task. The **skip** button will turn orange.
2. Click on the task. Select which branch runs after the skipped task. If you do not choose, the else branch runs by default.

   ![debugger-skip-condition-path.png](/files/OauIcLGkhL1UB6TuQdLq)
3. Click **OK** to save your changes.

</details>

<details>

<summary>View context data, indicators, and task information</summary>

Within the debugger panel, you can view the context data during the playbook run as well as the indicators as they are extracted by clicking any completed task in the playbook while the debugger is running.

You can see the results of that task in the debugger panel.

![debug-results.png](/files/rDwbuzwxWFeHnKO20z4p)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/playbooks/debug-your-playbook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
