php eclipse debugging
问题 I am runing a php script using eclipse. when a set breakpoint and run the script it throws me this error. form the error it is apparent that i have change something the php.ini file. but i dont know what i have to change to make either zend or xdebug. even i dont know what the differnce b/w them. following the error The session could not be started. In order to generate debug information, please make sure that the debugger is properly configured as a php.ini directive 回答1: I ran into this