# 디버깅 방법

* 쇼핑몰에서 에러가 발생하면 오류 페이지로 이동됩니다.
* 커스터마이징으로 인한 에러가 발생할 경우, 오류 페이지에서 Exception 정보를 확인할 수 있습니다.

![](http://localhost:63343/markdownPreview/210953258/fileSchemeResource/570e645425a6b35bd9f10f1256aa8b0a-exception_page.png?_ijt=35r3eto146dpm6c4qplrmhhb4)

## 📌 디버깅 방법 <a href="#undefined" id="undefined"></a>

* 고도몰 PRO 이상에서만 사용하실 수 있습니다.
* 디버그 권한이 있는 관리자의 로그인 세션이 유효한 상태에서 오류 페이지에 접근하면 디버깅 화면이 표시됩니다.
* [\[고도몰 매뉴얼\] 메뉴 권한 설정 > 개발소스관리 권한 설정](http://manual.godomall5.godomall.com/data/manual_view.php?category=policy__management___manage_permission#%EB%A9%94%EB%89%B4%EA%B6%8C%ED%95%9C%EC%84%A4%EC%A0%95)

## 📌 디버깅 정보 <a href="#undefined" id="undefined"></a>

### 런타임 에러 <a href="#undefined" id="undefined"></a>

에러명, 에러메시지, 에러 발생 시각, 에러 발생 위치를 확인할 수 있습니다.

![](http://localhost:63343/markdownPreview/210953258/fileSchemeResource/2020270a9bfe86b0369c94aee337de24-exception_page_parse_error.png?_ijt=35r3eto146dpm6c4qplrmhhb4)

### 데이터베이스 에러 <a href="#undefined" id="undefined"></a>

에러명(DatabaseException), 에러메시지, 에러 쿼리, 에러 발생 시각, 에러 발생 위치를 확인할 수 있습니다.

![](http://localhost:63343/markdownPreview/210953258/fileSchemeResource/ef63ba7847a282f50bacd30f1efceccd-exception_page_database_exception.png?_ijt=35r3eto146dpm6c4qplrmhhb4)


---

# 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://devcenter-help.nhn-commerce.com/guide/tuning/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.
