This procedure describes how to ensure the machine on which your PDT is installed will be an Allowed Host for initiating your Debug session on the remote server.
To configure your debugger to allow your PDT to debug:
- Open your php.ini file.
- Edit the zenddebugger.allowhosts parameters to include the IP address of the machine on which your PDT is installed. e.g. zenddebugger.allowhosts=127.0.0.1/32
- Ensure the address is not in your zenddebugger.denyhosts parameter list.
- Set the Debug Server to expose itself to remote clients by setting the zenddebugger.exposeremotely parameter to Always. (e.g. zenddebugger.exposeremotely=always).
- Save the file.
- Restart your Web server for the settings to take effect.