> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bricks.tools/llms.txt
> Use this file to discover all available pages before exploring further.

# 除錯面板

> 在裝置上檢查運行時狀態並排解應用程式問題

除錯面板是一個裝置端的疊加層，用於顯示運行時資訊以排解應用程式問題。可直接在裝置上檢查資料值、產生器狀態和應用程式行為。

## 開啟除錯面板

* **從裝置** —開啟系統選單並點擊**除錯面板**
* **從 BRICKS CLI** —將動作傳送至裝置群組：

```bash theme={null}
bricks group dispatch <group-id> debug-panel-open
```

若要關閉面板，點擊疊加層上的關閉按鈕，或傳送 `debug-panel-close`。

## 可檢查的內容

除錯面板提供應用程式運行時狀態的即時資訊：

* **資料值** —檢視目前 Subspace 中資料節點的當前值
* **產生器狀態** —檢視 Generator 狀態、輸出值和連線狀態
* **畫布資訊** —檢視目前啟用中的 Canvas

## 下一步

<CardGroup cols={2}>
  <Card title="本機除錯" icon="laptop-code" href="/zh-Hant/foundation/local-debugging">
    連接 Chrome DevTools 來檢查並除錯您的應用程式。
  </Card>

  <Card title="Activity Log 監控" icon="chart-line" href="/zh-Hant/foundation/activity-log">
    監控裝置事件和應用程式行為。
  </Card>
</CardGroup>
