0

I am using Netbeans with xDebug for php debugging.

There is an output window in Netbeans, I want to know how can I have PHP output at each step or at least something like print_output($data) on the output window ?

1 Answer 1

1

When you step through the code all generated output will be shown in the Output window.

STRG + 4 or Windows -> Output -> Output to see the window.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.