Browse Source

...

pull/550/head
krakjoe 13 years ago
parent
commit
b5da426776
  1. 13
      README.md

13
README.md

@ -1,10 +1,12 @@
phpdbg - The interactive PHP debugger
=====================================
The interactive PHP debugger
============================
phpdbg is an interactive debugger for PHP.
Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code.
phpdbg aims to be a lightweight, easy to use debugging platform for PHP5.5+
Features
========
@ -14,6 +16,13 @@ Features
- easy manipulation of the environment with built-in eval()
- sapi agnositicism, easy integration
Planned
=======
- mocking server environments/requests
- userland script-ability
- improve everything
Installation
============

Loading…
Cancel
Save