I have installed xdebug on php but now I can't make the notepad++ DBGp plugin work.
I have wamp latest version on Windows7 with the wwww folder on partition: d:\www.
I wrote a php file:
<?php
$test = "3";
echo $test;
?>
and run it on the address bar: http://localhost/test.php?XDEBUG_SESSION_START=test but the DBGp won't connect.
I tried with IDE_Key or without it.
I read many times the documentation but still no luck. Maybe someone could give me a clue.
Below are some printscreens:
Thanks

