I am using windows 7 , and I connected the php.ini of my xampp to the php executable in the eclipse. I also enabled the cli debug. whenever I try to run the php file as a cli application I get the following message: the session could not be started. in order to generate debug information, please make sure that debugger is properly configured as a php.ini in directive.
Asked
Active
Viewed 307 times
0
-
possible duplicate: [php eclipse debuging](http://stackoverflow.com/questions/3487122/php-eclipse-debuging) – OGHaza Nov 22 '13 at 12:40
-
thanks, you're right. at first I looked there but it still didn't work but after I saw another comment it turned out that I had to change the php debugger from zend debugger to Xdebug – user3021621 Nov 22 '13 at 13:49