I use xdebug for php with vim, but there is an xdebug plugin for eclipse also that does what you are looking for. You have to add a few lines to your php.ini, and depending on your setup, add a debug flag to the query string, but it's pretty straightforward.
On Jun 5, 9:48 pm, Sake <[EMAIL PROTECTED]> wrote: > Hi, > > Question: I did a lot of java coding in eclipse in my life and find > that the debugging IDE tools in eclipse are incredibly useful. Most > importantly, I like that they allow you to step into and out of > function calls, view the call stack and variable values at any line of > code as the code progresses. > > Has anybody successfully done this in cakePHP with any tools? I'd like > to see the sequence of calls from the time the dispatcher is > instantiated to the time that the views are rendered. > > Just curious if anybody's done this successfully. I've recently > installed Eclipse PDT with Zend Debugger in an attempt to do this and > had no luck. I'm curious if I should keep trying or if it's > impossible. > > Thanks, > Eduardo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
