Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xdebug トレース出力で echo または print 関数呼び出しを確認する方法はありますか。サーバーで実行するすべてのスクリプトのグローバル構成 (またはその方法) を探しています。
例:
<?php echo "xdebug show me"; ?>
トレース出力にエコー コールを表示する必要があります。デフォルトでは表示されません。出力バッファを無効にしようとしましたが (関係ないかもしれません)、うまくいきませんでした。助言がありますか?