> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/sdk7/debugging/debug-in-prod.md).

# 실서비스에서 디버그

Decentraland 내부에서 실행 중인 씬을 디버그하는 방법

이미 데센트럴랜드에 배포된 씬을 실행할 때, 디버깅을 위해 시도해 볼 수 있는 몇 가지 방법이 있습니다.

## 배포하기 전에

### 미리보기

씬을 데센트럴랜드에 배포하기 전에, 최신 버전의 데센트럴랜드 SDK를 사용해 미리보기에서 씬이 잘 실행되는지 확인하세요. 참조하세요 [미리보기에서 디버그](/creator/content-creator-ko/sdk7/debugging/debug-in-preview.md).

## 빠른 다시 로드

서 있는 씬을 다시 로드해야 한다면, 채팅에 다음 내용을 입력하고 엔터를 누르세요:

`/reload`

## 퍼블리싱 파이프라인에 관하여

각 퍼블리시 후에는, 렌더링되기 전에 모든 3D 모델을 최적화하는 내부 프로세스가 진행된다는 점을 기억하세요. 보통 몇 초밖에 걸리지 않지만, 아주 큰 씬이거나 서버가 바쁠 때는 더 오래 걸릴 수 있습니다. 완료될 때까지 플레이어에게는 이전 버전의 씬이 제공됩니다.

다음을 사용해 씬에 대한 이 프로세스의 현재 상태를 확인할 수 있습니다 [이 도구](https://decentraland.github.io/opscli/). 변환이 완료되면, 에셋의 세 가지 버전 모두에 초록 불이 켜져 있어야 합니다.

## 씬 로그

일반적으로 데센트럴랜드를 사용할 때는 디버그 메시지를 확인하기 위해 콘솔을 열 수 없습니다. 콘솔을 사용할 수 있게 하려면, 다음 옵션을 사용해 데센트럴랜드를 열어야 합니다 `scene-console` 파라미터. 그런 다음 키보드의 백틱 키를 눌러 콘솔을 전환할 수 있습니다: **\`**. 이 키는 대부분의 영어 키보드에서 1 키의 왼쪽에 있습니다.

다음 옵션을 사용해 데센트럴랜드를 열려면 `scene-console` 파라미터를 사용하거나, 다음 중 하나를 하세요:

* 다음 딥 링크를 브라우저 창에 입력하세요: `decentraland://?position=0,0&scene-console=true`. 설치되어 있다면 데센트럴랜드 데스크톱 애플리케이션이 열립니다.
* 명령줄에 다음을 입력하세요:
  * **macOS**: `open Decentraland.app --args --position 0,0 --scene-console true`
  * **윈도우 OS**: `"C:\Users\[YOUR-USER]\Downloads\Decentraland_windows64\Decentraland.exe" --position 0,0 --scene-console true`

{% hint style="info" %}
**💡 팁**: 다음으로 변경하세요 **위치** 파라미터를 씬의 좌표로 변경하면, 바로 씬으로 로드됩니다.
{% endhint %}

다음 옵션으로 데센트럴랜드를 실행할 때 `scene-console`, 세 가지 방법으로 콘솔을 열 수 있습니다:

* 다음의 ![](https://3980763956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-a673f6b987216e9e471fdac882879c44fcf94652%2Fconsole-icon.png?alt=media) 오른쪽 상단 모서리의 아이콘
* 다음을 누르세요 **\`** 키를 눌러 짧은 콘솔을 열기
* Shift + 다음을 누르세요 **\`** 콘솔의 더 큰 보기를 열려면

활성화된 각 씬의 메시지는 콘솔에 기록되므로, 콘솔에 보이는 내용 중 일부는 현재 씬과 관련이 없을 수 있다는 점을 기억하세요.

## 버그 신고

문제가 여러분의 장면이 아닌 Decentraland SDK 일반 문제라면, 다음을 참고하세요 [버그 신고](/creator/content-creator-ko/sdk7/debugging/report-bug.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-ko/sdk7/debugging/debug-in-prod.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
