User Guide > Tutorials > Debugging PHP in Zend Studio

Debugging PHP in Zend Studio

This tutorial will teach you how to debug files and applications to gain maximum efficiency and accuracy from your PHP code.

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.

Tutorial Content

In this tutorial, you will learn:

Provided Items

Prerequisites

Related Media

To better understand the procedures described in this tutorial, watch this video:

 

Read Also

  Debugging    
  Debugging Files and Applications    
 

Debugging and Profiling Zend Server Events