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

35 Views Asked by At

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

0

There are 0 best solutions below