Added libedit reference to README

This commit is contained in:
Phil Sturgeon 2013-12-06 16:57:52 -05:00
parent 9cd5d75f4c
commit 6085597984

View File

@ -3,7 +3,7 @@ The interactive PHP debugger
Implemented as a SAPI module, phpdbg can excert complete control over the environment without impacting the functionality or performance of your code.
phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.4+
phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+
[![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.org/krakjoe/phpdbg)
@ -45,7 +45,7 @@ make install-phpdbg
Where the source directory has been used previously to build PHP, there exists a file named *config.nice* which can be used to invoke configure with the same
parameters as were used by the last execution of *configure*.
*Note: php must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc*
**Note:** PHP must be configured with the switch --with-readline or --with-libedit for phpdbg to support history, autocompletion, tab-listing etc.
Command Line Options
====================
@ -73,14 +73,13 @@ The following switches change the default behaviour of phpdbg:
- -a listen address for remote mode
- -S override SAPI name
*Note: passing -rr will cause phpdbg to quit after execution, rather than returning to the console*
Screeny
=======
<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/>
**Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the console.
Getting Started
===============
See the tutorials for help getting started with phpdbg: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md
See the tutorials for help [getting started with phpdbg][1].
<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/>
[1]: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md