Zend Debugger breaks at every Zend Framework class

2019-09-03 15:19发布

I recently installed PDT Helios and now when using the debugger, it will break everytime a new class is referenced in the stack for all of Zend Framework classes. As far as I can tell, it is only done with ZF classes, and not my application's own classes.

If I have no breakpoints set, it will run continuously until completion but when I set a breakpoint, it stops at every Zend Class along the way.

I never had this problem before. Any workaround for it?

1条回答
登录 后发表回答