Xdebug Remote Debugging
Xdebug is very powerful yet simple. It is missing only one feature, which is multi-user support. This requires the xdebug proxy to be supported. This allows multiple sessions to connect to the proxy with a different ide key (the argument for xdebug_session_start).
Xdebug is an extension for php that provides debugging support. Put them together and [...]

