Tag: xdebug

  • Vagrant Remote Debugging – Xdebug 3 & IntelliJ or PHPStorm

    Vagrant Remote Debugging – Xdebug 3 & IntelliJ or PHPStorm

    Debugging is one of the most efficient ways to investigate an unexpected behaviour. This post details how to setup a debugger for a PHP application running in a vagrant machine via your IDE such as IntelliJ or PHPStorm. We’ll be using Xdebug version 3 in this post. Xdebug version 3 is significantly different from the…