Is there an equivalent of ‘perl -d’ for PHP? I need to step through some complicated unit test and don’t want to install any firefox or client/server extensions. Just looking for a line by line execution of my code.
Thanks
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.
Unfortunately, PHP has no internal debugger
There is an interactive shell, but not sure if that will be a good solution for you.