Zend Debugger breaks at every Zend Framework class

☆樱花仙子☆ 提交于 2019-12-11 19:47:12

问题


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:


This was fixed in an update.

See http://www.eclipse.org/forums/index.php?t=rview&goto=548959#msg_548959



来源:https://stackoverflow.com/questions/3261038/zend-debugger-breaks-at-every-zend-framework-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!