> Is possible to debug console shell execution using xDebug or Zend > Debugger?
Yes, you have to enable (and load) xdebug extension in the cli php.ini. You can check if it is loaded with: php5 -m | grep Xdebug > I managed to debug any standard cake execution except console commands > due looks like my eclipse IDE only allow debug using browser not by > using CLI - but I'm not sure. > > kind regards > > Erico > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
