0
I already searched the net and Youtube and I did not find a way to configure the breakpoint in eclipse Luna with PDT I use windows and with server I use wamp and on other machines XAMPP, someone could give me a light or indicate a tutorial that can help me already very grateful.
Give more details. Which debug extension will you use? Xdebug? Zend? Already enabled in php.ini? Already configured the ports? It’s virtualized environment?
– Marcos Regis
answering the first question Zend Engine v2.5.0, I did not activate in php.ini, I did not configure the ports, and eh local environment(localhost) I am beginner
– Everson Souza de Araujo
First you need to enable Xdebug in php.ini, remove the
;
of that or similar linezend_extension = "C:\xampp\php\ext\php_xdebug.dll
restart apache. Now configure php in eclipse, window>preference>php>php executables– rray