PHP Echo Statements don't show in Browser Output in Eclipse w/ XDebug? -


i testing xdebug on xampp using win7-64 eclipse pdt. debugging simple script echoes statements. can step on these statements, internal web browser window doesn't show these statements until after entire script has finished running. tried entering phpinfo() @ top of script , displays in browser fine after stepping on it. has run across issue , there way fix it?

editing following lines in php.ini solved issue me:

implicit_flush = on output_buffering = 0 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -