Introduction This document contains steps to install Xdebug and Configure it with Netbeans. Steps to install Xdebug and Configure it with Netbeans To install Xdebug and Configure it with Netbeans, steps are given below – 1. Install Xdebug for PHP by running following command in Linux environment sudo apt-get install php5-xdebug 2. Setup Xdebug.ini for […]
Xdebug Configuration
Xdebug Installation & Configuration using NetBeans – Part 2
Introduction This document is all about the Xdebug installation & configure it with Netbeans in Windows. How to debug through Xdebug in a project? To debug through Xdebug you have to set up the project in Netbeans. Setup the Blog system project in NetBeans. After setting up the project in NetBeans select the project for […]