Debugging in PhpStorm Using Zend Server

Zend Server's integration with PhpStorm allows you to easily debug your applications and quickly identify those weak spots in your code. Using Z-Ray, you can directly debug or profile your applications in PhpStorm, allowing you to see how your code is running as you develop it, and empowering you to deliver higher-quality code faster.

Tutorial Content

In this tutorial you will learn:

  • To create a new project in PhpStorm from existing files
  • Configure PhpStorm to debug with Zend Server
  • Debug/profile the application from Z-Ray

Prerequisites