Title: dbug
Author: postpostmodern
Published: <strong>2010년 2월 15일</strong>
Last modified: 2018년 1월 29일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/dbug.svg)

# dbug

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

[다운로드](https://downloads.wordpress.org/plugin/dbug.zip)

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

 [지원](https://wordpress.org/support/plugin/dbug/)

## 설명

dbug() dlog() ddbug()

### dbug Basics

#### Debugging

Call with up to three arguments:
 <?php // output a variable dbug( $var );

    ```
        // output a variable with a title           
        dbug( $debug, 'Testing' );

        // output a variable with a title and information from the last 6 steps from debug_backtrace
        dbug( $somevalue, 'Trying to figure some shit out', 6 );
    }
    ```

or use `ddbug` to dbug and die.

#### Error Logging

Call with up to three arguments:
 <?php // log a variable dlog( $val );

    ```
        // log a variable with a title
        dlog( $buggy, 'what is $buggy' );

        // log a variable with a title into the file 'bug_trap' 
        dlog( $somevalue, 'im desperate', 'bug_trap' );
    }
    ```

#### Production / Development Environments

you should have them

## 설치

 1. Place entire /dbug/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set logging to screen or to to files, and the larget file size for logs
 4. Write some code
 5. Can’t figure something out? dbug( $var )
 6. Need to write yourself a note? dbug( $var, ‘this is super cool’ )
 7. How many lines of backtrace do you need? dbug( $var, ‘oh wow!’, 25 )
 8. Want to dbug and die? Use ddbug()

## FAQ

  Installation Instructions

 1. Place entire /dbug/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set logging to screen or to to files, and the larget file size for logs
 4. Write some code
 5. Can’t figure something out? dbug( $var )
 6. Need to write yourself a note? dbug( $var, ‘this is super cool’ )
 7. How many lines of backtrace do you need? dbug( $var, ‘oh wow!’, 25 )
 8. Want to dbug and die? Use ddbug()

  This doesn’t do anything!

well

  Why did you create dbug?

Because I cant write code without it

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

[자국어로 “dbug”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/dbug)

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

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

## 변경이력

#### 1.9.8

change create_function for php >= 7.2

#### 1.9.5

require php 5.4

#### 1.9.3

composer tweaks

#### 1.9.2

Add composer info, autoload

#### 1.9

Log viewer in admin

#### 1.89

Slightly better class method information

#### 1.88

Moved admin styles inline because of reasons

#### 1.87

Improved default log filesize logic, added ddlog()

#### 1.86

Registered css for mu-plugins correctly

#### 1.85

Fixed offset in backtrace

#### 1.81

Fixed sloppy error which disabled admin screen 🙁

#### 1.8

Code cleanup, mostly in backtrace

#### 1.74

Whoops, didn’t add _htaccess.php to SVN :-p

#### 1.73

Fixed creating .htaccess file when using mu-plugins

#### 1.72

Set dbug to never show on screen if logs are turned on, added REQUEST_URI to all
logs

#### 1.7

Moved admin settings into separate class, cleanup of core code

#### 1.55

Fixed using float as argument $k in dbug

#### 1.54

Fixed deprecated argument in add_options_page()

#### 1.53

Fixed a bug in detecting MU

#### 1.52

Fixed a bug in logging integer keyed arrays

#### 1.5

Changed some things, I don’t remember what

#### 1.4

Better handling for MU / single blog.
 All options and settings for MU are now global,
saved in blog #1 database.

#### 1.32

Added ddbug() (dbug and die)

#### 1.31

fixed behavior in error handlers to return false, try /catch blocks work as expected.

#### 1.2

last bit of namespace pollution cleaned up
 check for PHP 5 css tweaks

#### 1.1

added preference for log filesize

#### 1.08

code cleanup, reducing namespace pollution

#### 1.0

yes, its here

## 기초

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

## 평점

 별 5점 만점에 1점.

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

[Your review](https://wordpress.org/support/plugin/dbug/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/dbug/reviews/)

## 기여자

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/dbug/)

## 기부

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

 [ 이 플러그인에 기부하기 ](https://cash.me/$EricEaglstun)