News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Debugging with multiple users
June 12, 2009 @ 09:36:10

For most developers, working with XDebug is a simple matter of setting up the extension and getting to work. For larger teams, though, its not quite that easy. The way that XDebug is set up by default, it's no quite conducive to multiuser situations. Derick Rethans is here to help in his latest blog post, though. He describes a method (using a DBGp proxy) to handle splitting things between multiple developers.

As author of Xdebug, people ask me often the question how to handle the case in teams when there is one development server and multiple developers working on the same project on that server. [...] Now, in order to solve the above mentioned issue, you will need to run a DBGp proxy. DBGp is the protocol, designed by ActiveState and myself to facilitate communication between an IDE and PHP+Xdebug.

He walks you through the setup process - how to point XDebug to the correct location and how to configure the proxy to handle the multiple incoming requests and route the debug information back to the correct client.

0 comments voice your opinion now!
proxy xdebug user multiple debug


blog comments powered by Disqus

Similar Posts

Box.net: How to Debug PHP with Vim and XDebug on Linux

Job Posting: agámi Systems, Inc Seeks UI Engineer (Sunnyvale, CA)

Padraic Brady's Blog: Unit Testing: One Test, One Assertion - Why It Works

Derick Rethans' Blog: Xdebug 2.0.0RC4

Zend Developer Zone: Creating Code Coverage Statistics with xdebug


Community Events











Don't see your event here?
Let us know!


language series opinion database development zendframework2 framework podcast release phpunit functional composer code introduction api example community interview application testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework