Xdebug
Xdebug - Debugger and Profiler Tool for PHP
Xdebug is an extension for PHP to assist with debugging and development. It contains a single step debugger to use with IDEs; it upgrades PHP's var_dump() function; it adds stack traces for Notices, Warnings, Errors and Exceptions; it features functionality for recording every function call and variable assignment to disk; it contains a profiler; and it provides code coverage functionality for use with PHPUnit.
マルチユーザでのデバッグもできるらしい
PHP開発者がいまさら聞けない、Xdebugの基礎の基礎 - WPJ
どんな事ができるのかの説明
IntelliJとの相互利用
profilerを使ってみる
Xdebug のリモートデバッグ、理解していますか? - Qiita
設定値の説明
https://xdebug.org/docs/install
xdebug.soを追加するのはトラブルの種と書いてある
より簡易な方法としてPsySHがある