Hi I'm using XDEBUG to debug my WordPress code, is it possible to view the page building up in the browser while debugging? At the moment the page just hangs until the debugging process is finished then displays the fully rendered page. Ideally I'd like to see the page building up bit by bit as I debug through the theme's code.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Just an Idea - I did not test this. Worth a try would be to play around with your PHP settings:
I would also recommend to disable gzip and look for other output_buffering related options in php.ini. Then you should be able to set break-points in the different rendering stages of your theme. |
|||||||
|
|
You can also change the output_buffering parameter in php.ini file to zero(0).
|
|||||
|
