XDebug Netbeans NGINX Magento
Setting up XDebug to work with Netbeans IDE Stack Windows 7 NetBeans IDE 8.0 VirtualBox Debian NGINX PHP5-FPM Magento Configuring XDebug php.ini nano /etc/php5/fpm/conf.d/yourcustom.ini # Integrating XDebug with NetBeans [XDebug] xdebug.remote_host=192.168.56.102 xdebug.idekey=”netbeans-xdebug” xdebug.remote_autostart=off #xdebug.remote_autostart=on # Prevent delay in output of debugged scripts output_buffering = Off # Prevent 504 Gateway timeout when debugging default_socket_timeout = 3600…