Before running PHP Debugger, you should configure it:
Virtual folder (without project folder)
Path to the HTTP server virtual folder, for example, in Apache, it named as DocumentRoot - The directory out of which you serve your documents. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations.
Start URL (without project folder and index file)
Virtual host URL, which uses your HTTP server, http://localhost/ by default.
Port (default 9000)
Port that uses debugger. Do not change determined Port if you do not use this one for your applications.
IDE Key (optional)
IDE Key Xdebug should pass on to the DBGp debugger handler. The default is based on environment settings. First, the environment setting DBGP_IDEKEY is consulted, then USER and as last USERNAME. The default is set to the first environment variable that is found. If none could be found the setting has as default ''. If this setting is set, it always overrides the environment variables.
xDegub auto start (xdegub.remote_autostart = 1 is required in the xDegub settings)
Enables Xdebug auto start option.
Check Xdebug settings button
Use this button to check Xdebug settings
Project URL for debugging (without index file; F5)
Project home URL (Shift + F8)
URL of the project for debugging. It open as a page in your default browser (Shift + F8).
Tip | |
---|---|
To restore settings to their default values, press the button. |
For more information about configuring see Configure PHP Debugger.