So I've just recently made the step from ad hoc debugging with dump, print_r and echo to some more sophisticated methods and I'm having a struggle.
I work with Zend Framework, Aptana and Zend Debugger.
At this moment I'm trying to debug a custom controller and whatever I try I don't get to my breakpoint which I understand since there is authentication in between and using the menu...
QUESTIONS: How can I make my application break at the point of authentication, login in the browser, navigate to a certain uri and then continue debugging?
What are good places to set breakpoints in Zend Framework with MVC?