Community
Participate
Working Groups
Build Identifier: 20100617-1415 I installed Helios from the link on the Zend site with the Zend Debugger. When running the debugger, it will stop at every Zend Framework class even though there are no breakpoints set in them. I have Galileo installed using the same workspace and it runs correctly. The only difference I notice is that I see a fuller path in the Breakpoints window. On Galileo, it will just list the filename, not /mybdc/application... Reproducible: Always Steps to Reproduce: 1. Install Zend Framework on the Include Path 2. Set a breakpoint in the debugger 3. Run debugger
Created attachment 174464 [details] Screenshot of debugger suspending at no breakpoint
I have what appears to be the same setup. However, I am using Kohana framework and added PHPExcel as a module to it. When running the debugger, it will stop at every PHPExcel class it encounters even if there are no breakpoints set in them. Pressing F7 a few times and then pressing 'continue' sometimes breaks out of this craziness and goes on to the next real breakpoint. This happens all the time.
Also found out that once this random breakpointing begins, even if I remove all breakpoints that I have, the behavior continues to randomly stop at PHPExcel classes.
This issue has been fixed already (reported a month ago). Next drop should include this fix. thanks!
No longer reproducible. Closing... Kalin Yanev kalin.a@zend.com