Debugging Zend Framework project with NetBeans / XDebug?

I've solved it. The problem is that XDebug had to be enabled through Zend Extension Manager (not through regular PHP extensions), and there was no Zend Extension Manager in XAMPP 1.7.2 (which I had). I downgraded to XAMPP 1.7.0 and it worked.

I also had to disable Zend Optimizer and download a newer version of XDebug. This is my final PHP configuration.

I've solved it. The problem is that XDebug had to be enabled through Zend Extension Manager (not through regular PHP extensions), and there was no Zend Extension Manager in XAMPP 1.7.2 (which I had). I downgraded to XAMPP 1.7.0 and it worked.

I also had to disable Zend Optimizer and download a newer version of XDebug. This is my final PHP configuration: Zend zend_extension_ts = "\xampp\php\zendOptimizer\lib\ZendExtensionManager. Dll" ;zend_extension_manager.

Optimizer_ts = "\xampp\php\zendOptimizer\lib\Optimizer" ;zend_optimizer. Enable_loader = 1 ;zend_optimizer. Optimization_level=15 ;zend_optimizer.

License_path = ; Local Variables: ; tab-width: 4 ; End: XDebug ;; Only Zend OR (!) XDebug zend_extension_ts="\xampp\php\ext\php_xdebug-2.0.5-5.2. Dll" xdebug. Remote_enable=true xdebug. Remote_host=127.0.0.1 xdebug.

Remote_port=9000 xdebug. Remote_handler=dbgp xdebug. Profiler_enable=1 xdebug.

Profiler_output_dir="\xampp\tmp" xdebug. Idekey = "netbeans-xdebug.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions