Hi, I found your message while looking for a solution for the same situation in Symfony. Here's what I did:
Create a 'PHP Script' debug configuration and specify debugger and PHP executable. I used: name: PHP5CLI path: c:\xampp\php\php.exe php ini file: c:\xampp\php\php.ini debugger: XDebug PHP File: /project/symfony.php Note: I had to copy the 'symfony' shortcut file to 'symfony.php' to make the debug dialog find and accept it. Under PHP Script arguments, I entered what I'd normally give as arguments to the task (e.g. 'doctrine:build-all-reload' for 'symfony doctrine:build-all-reload'). Make sure you've enabled XDebug in your CLI php.ini and you should be good to go. On Oct 9, 7:26 am, Defranco <[EMAIL PROTECTED]> wrote: > no one? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
