PHPxDebug
RELEASE: 0.1.0
AUTHORS: Nathan Bruer
Christoph Dorn
-----------------------------------------------------------------------
License
-----------------------------------------------------------------------
Copyright (C) 2007 Nathan Bruer & Christoph Dorn
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
http://creativecommons.org/licenses/LGPL/2.1/
-----------------------------------------------------------------------
Summary
-----------------------------------------------------------------------
PHPxDebug is a JavaScript API and server component to communicate with
xDebug from a client browser.
The goal of PHPxDebug is to provide a JavaScript and PHP library to
interface between xdebug and web-based debug tools. This is
accomplished by implementing the xdebug DBGP protocol and providing a
REST interface that can be queried via JavaScript from the client
browser to send commands and receive data.
-----------------------------------------------------------------------
PHPxDebug Usage
-----------------------------------------------------------------------
When the server component of PHPxDebug is started it starts listening
on port 9000 for data from xdebug.
To run basic demo of PHPxDebug yourself check out the Test Client in
the /apache/ directory.
To setup the Test Client follow these instructions: /apache/INSTALL
-----------------------------------------------------------------------
Important Links
-----------------------------------------------------------------------
http://xdebug.org/docs-dbgp.php