Debugging with VS.Php

VS.Php supports debugging Php scripts using the XDebug and DBG Php debugging engine. It allows you to debug scripts using the built-in engine or using your own web server with Php/DBG setup which can be local or remote. VS.Php supports debugging scripts that might run on non-Windows servers as well. The key requirement is to install either XDebug or DBG module on the server. These modules can be downloaded from the VS.Php download page

Benefits

  • Multiple version support for greater compatibility covering Php 4.x and Php 5.x
  • Interoperability with non-Windows servers.
  • Tight integration to the editor means quick access to the information you need.
  • Debug Ajax applications with Javascript and Php debug support in single session.
  • Help you build scalable applications by enabling you debug concurrency issues with multiple concurrent web request.