Jorge Gatica
Jorge Gatica

Reputation: 109

How to display ECHO real-time outputs in the browser Xdebug?

The real-time outputs are only displayed in the PhpStorm "Output" tab, and only when the script finishes does it display the result in the browser.

This setup didn't work for me:

implicit_flush=On
output_buffering=0 

The 'echo' is printed only on this tab:

printed only on this TAB

Configuration PhpStorm and php.ini of Laravel Herd

Configuration php.ini

Upvotes: 0

Views: 55

Answers (0)

Related Questions