Blog Posts - phpstorm

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
Placeholder image

PHPStorm 9.0 Review

21 Aug, 2015

As for the first glance, I still like Atom UI more. However phpstorm has some nice feature more such as code navigation, better debugging tool and less crash happen(however PHPStorm uses more memory).

PHPStorm 9.0 Review

21 Aug, 2015

As for the first glance, I still like Atom UI more. However phpstorm has some nice feature more such as code navigation, better debugging tool and less crash happen(however PHPStorm uses more memory).