# Breakpoint List Paneli

Breakpoint List, workflow içinde **duraklatma (breakpoint)** eklenmiş node’ların listesini gösterir.\
Workflow **debug modda** çalıştırıldığında, bu noktalara ulaşıldığında akış otomatik olarak **duraklatılır.**

<figure><img src="/files/BtmuevO4kiV1KkS8u5Ip" alt=""><figcaption></figcaption></figure>

* **Node Name:** Breakpoint eklenmiş olan node’un adını gösterir.
* **Page:** İlgili node’un bulunduğu workflow sayfasını (page) belirtir. Bu sayede breakpoint’in hangi sayfada yer aldığı kolayca anlaşılır.
* **Node Type:** Breakpoint eklenmiş olan node’un türünü gösterir.
  * **ProcessNode**: Bir işlem/aksiyon gerçekleştiren node
  * **DecisionNode**: Koşula bağlı karar veren node

**Breakpoint List**’te bir node üzerine sağ tıklandığında, breakpoint’lerin yönetilmesi için kısa yol menüsü açılır.

**Seçenekler:**

* **Remove BreakPoint:** Sadece seçili node üzerindeki breakpoint’i kaldırır. Workflow çalışırken bu node’a gelindiğinde artık duraklama yapılmaz.

<figure><img src="/files/XacXI7ZJRhUbRzZ0KwTD" alt=""><figcaption></figcaption></figure>

* **Remove All BreakPoints:** Workflow içindeki **tüm** breakpoint’leri tek seferde kaldırır.\
  Debug sürecini sıfırlamak veya normal çalışmaya dönmek için kullanılır.

<figure><img src="/files/VfbVBkbsoc8BwetFnsfj" alt=""><figcaption></figcaption></figure>

* **Go to Node:** Seçili breakpoint’in bulunduğu node’a otomatik olarak gider. İlgili page açılır ve node ekranda odaklanmış (seçilmiş) şekilde gösterilir.

<figure><img src="/files/L5bNbzkBsSiphfAK4NpA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.genrpa.com/paneller/breakpoint-list-paneli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
