Using Debug Mode
The following procedures describe how to work with Debug Mode in Zend Studio. Debug Mode allows you to listen in on URL requests to a specific Zend Server, without initializing a debugging session from within Zend Studio or using the Zend Debugger Toolbar.
Tip:
It is recommended to use Debug Mode for development purposes. Using this feature in a production environment, will trigger a significantly large amount of debugging sessions in your workspace.
Enabling/Disabling Debug Mode
This procedure explains how to turn Debug Mode on for a Zend Server. By default, Debug Mode is turned off, and after being enabled, is turned off again when closing Zend Studio.
|
|
|
To enable/disable Debug Mode:
|
Note: Debug Mode can be only be enabled once for any particular Zend Server. If a different Zend Studio user wishes to enable Debug Mode for the same Zend Server, he will be notified that an active Debug Mode is already in session. If he selects to proceed, Debug Mode settings are reset, and his Zend Studio begins to operate in Debug Mode. |
Filtering Debug Mode
This procedure explains how to instruct the Zend Debugger to initialize debug sessions in Zend Studio for particular requests according to URL filters. If no filters are defined for a server, debugging sessions are initialized for all requests made to the server.
|
|
|
To filter Debug Mode:
|
Note: Leaving default settings will instruct the Zend Debugger to initialize debug sessions in Zend Studio for requests made to all target URLs. |