views:

26

answers:

0

Seems the only option is to use xdebug,since according to this thread ,zend debugger only support non-thread-safe(nts) PHP.

But xdebug lacks support for pausing ,for which I think xdebug is very badly designed.

So I'm suffering xdebug whenever I need to debug PHP5.3-ts.

How do you make your life easier?