In PHP or Java, I need to view other people's programs and cannot set breakpoints. Is there a way to view the execution process of the program without breaking points?
Thank you.
In PHP or Java, I need to view other people's programs and cannot set breakpoints. Is there a way to view the execution process of the program without breaking points?
Thank you.
xdebug_start_trace and xdebug_end_trace, thank you. For more detailed description, please follow me and chat privately.
Backtrack from the stack.
You can log, I personally think looking at the code is the best
xdebug + ide (phpstorm zs) breakpoint debugging takes you flying
file_put_contents(); the most commonly used, such as debugging the interface and using this for oauth authentication
1. Use log logs
2. Trigger error debugging