Unable to configure Notepad++ DBGP plugin. Xdebug already installed
问题 I have installed xdebug on PHP but now I can't make the notepad++ DBGp plugin work. I have latest wamp version on Win7 and the wwww folder is on partition: d:\www . I have coded a test file test.php : <?php $test = "3"; echo $test; ?> And I have tried opening it in web browser using this link : http://localhost/test.php?XDEBUG_SESSION_START=test But the DBGp won't connect. I tried with and without IDE_Key . I have gone through the documentation many times but was unable to find/solve the