Menu

Tree [r30] /
 History

HTTPS access


File Date Author Commit
 serverInterface 2009-10-27 allada [r10] * made a few changes to ServerInterface
 testclient 2009-10-27 allada [r30] This should be the last update to update ExtJs ...
 .httpd.conf 2009-10-13 allada [r8] Made many changes in this version.
 .project 2009-10-05 allada [r7] Organized the server handler into it's own folder.
 LICENSE 2008-09-08 ALLADA [r1] Migration from what I currently have
 NOTES 2008-09-08 ALLADA [r1] Migration from what I currently have
 PHPxDebug.sql 2009-10-13 allada [r8] Made many changes in this version.
 README 2008-09-08 ALLADA [r1] Migration from what I currently have
 php.ini 2009-10-13 allada [r8] Made many changes in this version.

Read Me

                              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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.