Title: Simple WP FirePHP
Author: corischlegel
Published: <strong>2010년 4월 8일</strong>
Last modified: 2010년 9월 15일

---

플러그인 검색

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

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

# Simple WP FirePHP

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

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

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

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

## 설명

I like the very simple API to FirePHP and find it very useful for debugging WordPress
plugins and themes. There are a few other plugins out there that integrate FirePHP,
notable WP-FirePHP and WP-Logger, but both add complexity that I don’t want to have
to deal with for a quick debugging task.

It wouldn’t be that hard to install the FirePHP core and add the includes to wp-
config.php, and that’s what I generally do on sites that I control, but having this
plugin in the Wrodpress.org/extend directory means that I’ll be able to install 
it on the fly for a blog that someone hasn’t given me shell or ftp access to.

### Plans

I don’t think I’ll do a _whole_ lot more with this, since I want to keep it pretty
simple, but I plan to make sure the plugin loads first (see wp-logger) and perhaps
add a simple options screen. Might also add PHP4 support, but probably not.

## 설치

 1. Upload the plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use FirePHP as you normally would on a general PHP site.
 4. If you have issues, the first place to look is to make sure you’re using the FirePHP
    calls correctly. The [FirePHP website](https://ko.wordpress.org/www.firephp.org?output_format=md)
    is a good place to start.

## FAQ

  Why am I getting the Headers Already Sent error when I activate Simple WP-FirePHP
and use the fb() function?

This is part of the behavior of FirePHP itself and is not related to the Simple 
WP-FirePHP plugin at all – FirePHP requires that the server it’s running on be configured
for output buffering (see line 4 on the [FAQ page](http://www.firephp.org/Wiki/Reference/FAQ)).
You can do this at the server level or within your script, either by opening output
buffering at the beginning of the output and closing it at the end, or by surrounding
the `fb()` call with buffering statements like so:

ob_start();

fb(“echo some stuff to the console”);

ob_end_flush();

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ corischlegel ](https://profiles.wordpress.org/corischlegel/)

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

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

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

## 변경이력

#### 0.1

 * Alpha release – very simple includes

#### 0.2

 * Included the DBAD License
 * Simple WP FirePHP loads first
 * credit where credit is due (i.e. mostly not me)

## 기초

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

## 평점

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

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

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

## 기여자

 *   [ corischlegel ](https://profiles.wordpress.org/corischlegel/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](http://kinrowan.net/contact)