Remote PHP Debugging with Netbeans and XDebug
问题 I'm trying to use XDebug in the following scenario Physical Host on Windows 7, with Netbeans 7.1.1 Virtual guest on Ubuntu, with Apache server and PHP 5.3.10 the PHP code of my website is on a shared folder on Ubuntu, in /var/www/mysite the PHP code is accessible from my Windows host, on \\guestIP\mysite, with R/W permissions Website accessible from http://mysite.local.fr, from both host and guest I created a Netbeans project from my Windows Host, pointing to \\guestIP\mysite. In the project