Working with the Debugger

The purpose of this tutorial is to teach you how to debug files and applications both remotely and locally in order to gain maximum efficiency and accuracy from your files and projects.

Zend Studio's Debugging feature can detect and diagnose errors in PHP code situated locally or on remote servers. The debugger allows you to control the execution of your program by setting breakpoints, suspending launched programs, stepping through your code, and examining the contents of variables.

Debugging should be used at stages where your scripts and applications are formed sufficiently to be tried and tested.

Zend Studio includes several types of debugging:

Tutorial Content

In this tutorial you will learn:

Provided Items

Prerequisites

 

 

Related Links:

 

 

 

©1999-2012 Zend Technologies LTD. All rights reserved.