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

enter image description here

enter image description here

link|improve this question

50% accept rate
Did you set any breakpoints in Notepad++? If not then you should check the "Break at first line when debugging starts" checkbox. – aefxx Oct 17 '11 at 8:39
I tried as you said...I tried with breakpoints as well, but still won't move. I expect the dropdown "disconnected" should change or the notepad++ should flash on the taskbar. – Farcas O. Oct 17 '11 at 9:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.