Debugging Php7 Code Hello, today we'll install a plugin to Notepad++, to debug Php version 7. Be careful! There are differences between the versions, we are configuring debug for Php7. Debug is a type of server/client communication. To debug Php code, it's necessary to activate an extension on the Php server. And a client plugin in an editor like Notepad++, in our case DGBp will listen the server. Let's start by installing xdebug. Download the latest xdebug.dll from: https://xdebug.org/download.php If you're running Apache (or IIS) as FastCGI (or CGI) then you need the Non Thread Safe version. If you're running Apache as default (as a Module), then you'll need the more traditional Thread Safe version. Please note: This all only applies to Windows users. Here I downloaded a "thread safe" version and put it inside the ext folder. Add following at the session [xdebug] of your php.ini file: [xdebug] zend_extension=...