culley Posted August 26, 2010 Share Posted August 26, 2010 First time poster so please bear with me. Is there a script that will show me the process of my php program as it runs, maybe log it to a log file each step so I can see what is happening. Fairly new to php so there maybe something that I can set there. I can read the code and follow it there but I'd like to see it in a log after each step or after each process completes. I have done this in the old days of dbase and it really helps with the errors that can develop. Thanks in advance and what a great forum. Link to comment https://forums.phpfreaks.com/topic/211807-php-code-logging/ Share on other sites More sharing options...
Mchl Posted August 26, 2010 Share Posted August 26, 2010 Xdebug provides some of this functionality http://www.xdebug.org/ Link to comment https://forums.phpfreaks.com/topic/211807-php-code-logging/#findComment-1104061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.