
|
To configure your debugger
to allow your PDT
to debug:
Open your php.ini file.
Edit the zend_debugger.allow_hosts
parameters to include the IP address of the machine
on which your PDT
is installed.
e.g. zend_debugger.allow_hosts=127.0.0.1/32
Ensure the address is not
in your zend_debugger.deny_hosts parameter list.
Set the Debug Server to
expose itself to remote clients by setting the zend_debugger.expose_remotely
parameter to Always.
(e.g. zend_debugger.expose_remotely=always).
Save the file.
Restart your Web server
for the settings to take effect.
|