Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

Introduction

Debugging in PHPEdit follows a client-server model. The client runs PHPEdit, the PHP dbg Listener or the DBGp listener for Xdebug, and in many cases a browser. The server runs web server software (usually Apache), with PHP and dbg or Xdebug. The client machine requests a script from the server, and the server provides the results of the script, as well as debugging information about the script to the client. PHPEdit has a flexible debugger that allows the client and server to be different machines, or the same machine. In one mode of the debugger, PHPEdit even acts as both server and client.