Title: WP Debug Robot
Author: Matthew Batchelder
Published: <strong>2012년 9월 18일</strong>
Last modified: 2014년 3월 4일

---

플러그인 검색

![](https://ps.w.org/wp-debug-robot/assets/banner-772x250.png?rev=600688)

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

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

# WP Debug Robot

 작성자: [Matthew Batchelder](https://profiles.wordpress.org/borkweb/)

[다운로드](https://downloads.wordpress.org/plugin/wp-debug-robot.zip)

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

 [지원](https://wordpress.org/support/plugin/wp-debug-robot/)

## 설명

Have you ever wanted to get debug output sent to you from WordPress without interrupting
the flow of the page?
 Do you ever wish you could get debug output from _other users’_
sessions so you don’t have to:

 * Log in as them
 * Asking them to look at debug output themselves (bleh)
 * Or try in vain to re-create their issue

This plugin allows you to send debug messages via UDP to a [Jabber Bot](https://github.com/borkweb/jabberbot)
that can then route
 the debug information to your IM client.

_Note: This plugin sends the messages via UDP. The receiving end doesn’t necessarily
need to be a Jabber bot…it could be anything you want
 (e.g. email bot, logger, 
whatever). My implementation is a Jabber Bot on my local dev environment 🙂

#### Usage

To send debug messages, simply call:

    ```
    do_action( 'debug_robot', $message [, $target ]);
    ```

 * **$message**: Message to send to your jabber bot.
 * **$target**: _(optional)_ Email address that your jabber bot will route the message
   to.

To receive debug messages, you will need to have:

 * Your [Jabber Bot](https://github.com/borkweb/jabberbot) installed and configured.
 * The Jabber Bot must be running.
 * You must have friended your robot’s jabber account with another jabber account(
   e.g. your Google account).
 * You must be signed into Google Talk in some way shape or form so that your jabber
   bot can IM you.

_Note: If your Jabber Bot isn’t running, no worries. UDP doesn’t wait for a response
so it won’t impact your WordPress instance…you just won’t get the messages that

are sent until your bot is running 🙂

### Credits

This code was largely written by [@abackstrom](https://github.com/abackstrom) with
some additions by me while we worked at [@PlymouthState](https://github.com/PlymouthState).
I then ported it into a WordPress plugin.

## 설치

 1. Upload the `wp-debug-robot` folder to your plugins directory (e.g. `wp-content/
    plugins`)
 2. Got to Settings > Debug Robot and configure your settings.
 3. Set the `host` and `port` of the server you wish to send debug messages to.
 4. Set the default `target` email address that debug messages will be routed to by
    a Jabber bot.
 5. Configure a [Jabber Bot](https://github.com/borkweb/jabberbot)

_Note: you will also need a dummy jabber email address to act as your jabber bot.
I created one with Google Apps called robot@mydomain.com then friended that account
with my primary Google account._

## FAQ

  You mention a jabber bot. What is that all about?

This plugin allows your WordPress installation to send UDP packets containing debug
information to…some place. The jabber bot is a service that runs on a the location
you configure your Debug Settings to point to. When doing development on my localhost,
I can run my jabberbot on my localhost as well so my dev environment sends debug
info to the same machine it is running on. Another example that I have running: 
There is a machine in my office with the jabberbot running at all times. My co-workers
at Gigaom and me – as long as we’re on our local network – can use the jabber bot
by pointing their Debug Robot settings to the machine running the bot! Super easy.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Matthew Batchelder ](https://profiles.wordpress.org/borkweb/)

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

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

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

## 변경이력

#### 1.0

Initial version

## 기초

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

## 평점

아직 제출된 리뷰가 없습니다.

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

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

## 기여자

 *   [ Matthew Batchelder ](https://profiles.wordpress.org/borkweb/)

## 지원

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

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