Re: [nyphp-talk] Favorite PHP debugger?

2013-08-04 Thread Federico Ulfo
xdebug + Netbeans are a good combination, as long as you don't need to debug any application that uses rewrite rules On Mon, Aug 5, 2013 at 12:58 AM, justin wrote: > Whoops. Apparently I'm incapable of copy/paste :) > > https://presentate.com/bobthecow/talks/php-for-pirates > > --j > > > On Sun

Re: [nyphp-talk] Favorite PHP debugger?

2013-08-04 Thread justin
Whoops. Apparently I'm incapable of copy/paste :) https://presentate.com/bobthecow/talks/php-for-pirates --j On Sun, Aug 4, 2013 at 3:11 PM, justin wrote: > I use a Mac, and Codebug and MacGDBp are pretty good. I've been meaning to > try SublimeXdebug, but somehow haven't yet. I actually gave

Re: [nyphp-talk] Favorite PHP debugger?

2013-08-04 Thread Joseph Crawford
I use zend studio with either zend debugger in zend server or xdebug. Sent from my iPad On Aug 4, 2013, at 6:06 PM, David Roth wrote: > I don't think I've seen a discussion of this. What is your favorite > PHP debugger? What do you find works best for stepping through your > PHP code while unde

[nyphp-talk] Favorite PHP debugger?

2013-08-04 Thread David Roth
I don't think I've seen a discussion of this. What is your favorite PHP debugger? What do you find works best for stepping through your PHP code while under development? David Roth ___ New York PHP User Group Community Talk Mailing List http://lists.nyph

Re: [nyphp-talk] Favorite PHP debugger?

2013-08-04 Thread justin
I use a Mac, and Codebug and MacGDBp are pretty good. I've been meaning to try SublimeXdebug, but somehow haven't yet. I actually gave a talk on this (among other things) at OSCON last week :) https://presentate.com/bobthecow/talks/php-for-pirate --justin On Sun, Aug 4, 2013 at 3:06 PM, Da