Tag: Debugging

This breif screencast walks you throught the process of creating a simple Flex application with PHP back end in a single IntelliJ IDEA project.

With PhpStorm and Xdebug you can easily debug your web application right on your server using Remote Debugging. It’s a very convenient way to examine and fix little annoying bugs that often come up very suddenly in a production environment. This video provides a step-by-step guide on how to configure Remote Debugging in PhpStorm using Xdebug.

Debugging JavaScript is easy. Here's a quick guide to it.

In this part we're showing how to debug JavaScript code at the server side.

Overview of how to create, run and debug client-server BlazeDS application.