# JavaScript 및 CSS 코드 디버그

페이지에 JavaScript 또는 CSS 코드를 적용한 후 코드를 디버깅할 수 있습니다.

자바 스크립트 및 CSS 코드를 디버깅하기 위해 Google 크롬을 사용하는 것이 좋습니다. 디버그 도구는 Google 크롬 버전에 따라 다를 수 있습니다.

1. 응용 프로그램 실행을 클릭하여 로컬에서 미리 봅니다.
2. 브라우저에서 F12 키를 눌러 개발자 도구를 열고 \[Sources]를 선택합니다.
3. &#x20;각 파일 및 위치는 아래 그림과 같이 실제 비즈니스에 따라 JavaScript 및 CSS 코드를 디버깅할 수 있습니다.

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

여기서:

* 명령 JavaScript는 JavaScript 명령의 코드입니다.
* 응용 프로그램 JavaScript는 \[옵-> 사용자 정의 JavaScript/CSS 코드]의 JavaScript 파일을 나타냅니다.
* 응용 프로그램의 CSS는 \[옵]-> 사용자 정의 자바 스크립트 / CSS 코드에서 CSS 파일을 의미한다.<br>
* 페이지 설정의 JavaScript는 페이지 설정에 업로드된 JavaScript 파일입니다.


---

# 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/javascriptprogramming/javascript-css.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.
