# 애플리케이션 작동 모드

앱을 게시한 후 게시된 앱은 최종 사용자에게 자세한 오류 메시지를 표시하지 않습니다. 디자이너에서 자세한 오류 메시지를 볼 수 있습니다.

그러나 어떤 경우에는 게시된 애플리케이션에서만 오류 메시지가 발생합니다. 애플리케이션의 실행 모드를 디버그 모드로 변경할 수 있으며 모든 디버그 정보가 표시됩니다.

### 애플리케이션 작동 모드 <a href="#ying-yong-de-yun-hang-mo-shi" id="ying-yong-de-yun-hang-mo-shi"></a>

관리 콘솔의 애플리케이션 관리에서 애플리케이션을 선택하고 고급 설정 탭 아래의 "기타 설정" 영역에서 애플리케이션 실행 모드를 전환할 수 있습니다.

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

실행 모드를 디버그 모드로 전환한 후 디버그 모드의 사용자를 선택합니다. 이러한 사용자가 애플리케이션에 액세스하면 브라우저 콘솔에서 실행된 명령, 실행된 Sql 및 프롬프트 정보의 로그를 확인하여 문제 추적을 용이하게 할 수 있습니다.

디버깅 모드에서는 실행 명령 로그, SQL 실행 등의 정보를 얻을 수 있으므로 보안상의 이유로 모든 사람이 디버깅 모드를 켜는 것보다 특정 사람을 대상으로 프롬프트 모드를 켜는 것이 좋습니다.

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

설정이 완료되면 선택한 사용자로 애플리케이션에 로그인합니다. 해당 페이지에서 명령을 실행한 후 F12를 누르면 콘솔에서 디버깅 정보를 볼 수 있습니다.


---

# 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/apps-debug-mode.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.
