Title: Debug Bar Custom Info
Author: FitWP
Published: <strong>2014년 6월 13일</strong>
Last modified: 2014년 7월 1일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/debug-bar-custom-info.svg)

# Debug Bar Custom Info

 작성자: [FitWP](https://profiles.wordpress.org/fitwp/)

[다운로드](https://downloads.wordpress.org/plugin/debug-bar-custom-info.1.0.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [평가](https://ko.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [개발](https://ko.wordpress.org/plugins/debug-bar-custom-info/#developers)

 [지원](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## 설명

This plugin adds an extra panel to [Debug Bar](https://wordpress.org/plugins/debug-bar/)
plugin that allows developers to output custom debug info.

Developers can log any variable to see its value when running PHP in WordPress. 
This helps developers see the real-time values of variables. It works exactly like`
console.log()` in browsers.

#### How to add custom debug info

Add the following code wherever you want to debug a variable:

    ```
    do_action( 'add_debug_info', $var, $label );
    ```

where `$var` can has any data type.

 * If `$var` is a string or any simple value, the value is outputted directly.
 * If `$var` is an array or object, the output is the same as `print_r( $var )`.

And `$label` is the description label (optional).

#### How to view debug info

 * Click on **Debug Bar** in the top right of the admin bar
 * Select **Custom Info** panel (see [screenshots](https://wordpress.org/plugins/debug-bar-custom-info/screenshots/))

[Project Homepage](http://fitwp.com/plugins/debug-bar-custom-info/) | [Report Bugs](https://github.com/fitwp/debug-bar-custom-info/issues)
| [Donate](http://www.deluxeblogtips.com/donate/)

## 스크린샷

[⌊Custom Info Panel⌉⌊Custom Info Panel⌉[

Custom Info Panel

## 설치

 1. Unzip the download package
 2. Upload `debug-bar-custom-info` to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Debug Bar Custom Info”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ FitWP ](https://profiles.wordpress.org/fitwp/)
 *   [ Anh Tran ](https://profiles.wordpress.org/rilwis/)

[자국어로 “Debug Bar Custom Info”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/debug-bar-custom-info/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)을 [RSS](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.2

 * Add 2nd param “label” to `do_action`

#### 1.0.1

 * Use `do_action` to prevent fatal error when plugin files is not loaded

#### 1.0

 * First release

## 기초

 *  버전 **1.0.2**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * 태그:
 * [debug](https://ko.wordpress.org/plugins/tags/debug/)
 *  [고급 보기](https://ko.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/)

## 기여자

 *   [ FitWP ](https://profiles.wordpress.org/fitwp/)
 *   [ Anh Tran ](https://profiles.wordpress.org/rilwis/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.deluxeblogtips.com/donate)