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
Post a Comment