Debugging Using the Zend Debugger Toolbar

 

This procedure describes how to debug using the Zend Debugger Toolbar.

 

 

Instructions on how to complete a procedure

To debug using the Zend Debugger Toolbar:

  1. Ensure the Zend Debugger toolbar is installed on your system.
    If you have not yet installed the Zend Debugger Toolbar, see Installing and Configuring the Zend Debugger Toolbar for more information.

  2. Open your browser and browse to the page from which you would like to start debugging.

  3. Click the button on the toolbar to debug the page currently displayed in the browser.
    -Or- select one of the following debug options by clicking the arrow to the right of the Debug button:

  4. Next page on site - The debugging session will be launched when the next link is clicked or form is posted. This will automatically start executing the next page consulted in debug mode.

  •  All forms (POST) on this site - The debugging session will be launched every time a link is clicked or a form is posted. The script that will be debugged with be the script designated as the action of the form or link.

  • All pages on this site - Debugs all pages.

Note:

If the file you would like to debug exists in your workspace, you can choose to debug the workspace copy of your file by going to Extra Stuff | Settings on the Toolbar and selecting the 'Debug Local Copy' option. If path mapping has not yet been configured, a path mapping dialog will be displayed once the debugging session is launched to determine which workspace files will be debugged. See the Path Mapping topic for more information.

The relevant debug session will be launched in Studio.

If Studio is not open, you will be prompted to open it before the debugging process is launched.

 

 

Related Links

Related Links:
Zend Debugger Toolbar

Installing the Zend Debugger Toolbar

Zend Debugger Toolbar Settings