trace log which includes every function that the program passed Permanently deleted user Created September 15, 2016 07:11 I want to trace log which includes every function that the program have been through. Is that possible and how? Thx
Hello,
You can configure an Xdebug so it would write the traces with function calls: https://xdebug.org/docs/execution_trace .
PhpStorm supports Xdebug integration: https://confluence.jetbrains.com/display/PhpStorm/Using+the+PhpStorm+Debugger .