Blog Posts - xdebug

Placeholder image

PHPStorm Xdebug Vagrant

24 Oct, 2015

Xdebug is a PHP extension which provides debugging and profiling capabilities. Most PHP IDE has built in integration with Xdebug, it works as below:

  • set breakpoints at IDE
  • click debug
  • resume and continue to next breakpoint

PHPStorm Xdebug Vagrant

24 Oct, 2015

Xdebug is a PHP extension which provides debugging and profiling capabilities. Most PHP IDE has built in integration with Xdebug, it works as below:

  • set breakpoints at IDE
  • click debug
  • resume and continue to next breakpoint