I unchecked the break on first line option in the PHP debug configuration, but it still breaks in the first line, no matter what.
How can I prevent this?
I’m using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After a lot of googling I found out how to solve this problem. There are three places where the “Break on first line” configuration can be set.
<Your configuration>-> Server-TabWhere the latter one overrides the previous one.