Debugging PHP in Zend Studio

This tutorial will 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.

Tutorial Content

In this tutorial, you will learn:

Provided Items

Prerequisites

 

 

Related Links:

 

 

 

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