# デバッグ

アプリケーションのプレビュー中に、ブラウザの開発者ツールを使用してアプリケーションの問題をデバッグすることができます。これらのツールは、使用しているブラウザによって若干異なります。以下の例では、Airtableの「Single Select」フィールドに無効なオプションを入力しました。

1. アプリのプレビューを開始します。
2. テストおよびデバッグしたい箇所に移動します。
3. そのコンポーネントまたは要素を右クリックします。
4. 「Inspect」を選択します。
5. 開いた開発者ツールツールバーの「Network」タブを選択します。
6. ビデオに示されているように、コンソールをクリアするボタンを選択します（これにより、アプリケーションで次に発生するエラーがより見やすくなります）。
7. 問題を引き起こすアプリ内のアクションを実行します。この例では、そのフィールドに無効な値を設定し、「Update Trail」ボタンを選択しました。
8. 問題を引き起こすアクションを実行した後、コンソールに新しいエラーが表示され、開発者ツールツールバーのデータリクエストのリストに表示されます。
9. データリクエストのリストから、詳細を表示するために表示されるエラーを選択できます。
10. この例では、アクションが無効な複数選択オプションを送信したことが表示されます。

![](/files/4LhE2nHd1YvW1UyUjyc9)


---

# 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://help.adalo.com/ja/integrations/airtable/debugging.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.
