# 모바일 디버깅

모바일 애플리케이션을 개발하는 동안 빌더에서 QR 코드를 스캔한 후 모바일 디버깅 기능을 사용하여 실제 모바일 장치에서 디버깅할 수 있으며 저장 버튼만 클릭하면 최신 결과를 볼 수 있습니다.

디버깅 기능을 사용하기 전에 다음을 확인해야 합니다.모바일과 설계자는 동일한 LAN에 있어야 합니다.&#x20;

빌더의 시작 탭에서 "모바일 디버깅"을 클릭하면 모바일 디버깅 페이지가 팝업됩니다. 모바일을 사용하여 페이지의 QR 코드를 스캔하면 모바일에서 페이지를 볼 수 있습니다.

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

![](/files/TLOuWYiW6Eda203qtJzj)

페이지가 빌더에서 수정된 경우 저장 버튼을 클릭하거나 Ctrl+S 키 조합을 누른 다음 페이지를 새로 고치면 페이지 콘텐츠가 동시에 모바일에 업데이트됩니다.

기본적으로 애플리케이션 디버깅 시 포트 번호는 "7890"이며 포트 번호 "7890"이 점유된 경우 이동형 그리드 빌더가 임의로 빈 포트 번호를 선택합니다.


---

# 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/command/run_debuging/debug/mobile.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.
