Zend Core comes complete with the option to enable remote PHP debugging and profiling of Web applications through using the Zend Debugger (Zend Studio Server) component.
This component enables developers using the Zend IDE to connect to a remote server in order to analyze (debug and profile) and fix code.
The Zend Debugger tab allows you to configure which hosts should be allowed to initiate debugging and profiling sessions.
Note:
For the Zend Studio IDE to be able to initiate debugging and profiling sessions, the IP address of the machine where the Zend Studio IDE is installed must be in the Allowed Hosts list.

Configuration Tab - Zend Debuger
Settings
The Zend Debugger tab displays the settings for the Debugger that resides on the server.
There are four categories of settings:
Allowed Hosts - Lists the hosts allowed to initiate Debugging and Profiling sessions.
Denied Hosts - Lists the hosts that are not allowed to initiate Debugging and Profiling sessions, even if they are on the Allowed Hosts list.
Allowed Hosts for Tunneling - Lists the hosts allowed to use the Zend Studio Tunnel for debugging across a firewall.
Expose Remotely - This setting determines whether the Debug Server will expose itself to remote clients. This is required if you want the Zend Studio Browser Toolbar to automatically detect pages that can be debugged.
|
|
|
|
|
To add/remove an Allowed, Denied or Tunneling Host:
|
|
|
|
|
|
|
|
|
To configure your "Expose Remotely" settings:
|
|
|
|
Note:
The settings in the Zend Debugger Tab are only applicable when the Debugger extension is loaded. See the Zend Products tab for more on the Debugger extension.
|
|
|
|
|
Related Links: |
|
|
|