trace log which includes every function that the program passed Permanently deleted user 创建于 2016年09月15日 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 .