# 앱 디버깅

앱 개발 중에 최종 앱이 비즈니스 요구 사항을 충족할 수 있도록 앱을 지속적으로 실행하고 수정하고 디버깅해야 합니다.

이 장에서는 응용 프로그램을 디버깅하는 동안 생산성을 높일 수 있는 몇 가지 실용적인 팁을 소개합니다.


---

# 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://doc.forguncy.co.kr/forguncy-v9/command/run_debuging/debug.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.
