tibberous Posted August 28, 2008 Share Posted August 28, 2008 Lately it seems like I have had to debug a lot of scripts where I haven't been unable to see the output, for example xml feeds that run into Flash, or uploader's that send a file to Flash, where I haven't been able to see the output. Generally I just do something like file_put_contents('output.txt', print_r($_REQUEST, true)); or file_put_contents('dump.txt', 'here') but it feel a little... crappy? Is there a cleaner way to do this? Most annoying part is that I have to create a file, chmod it, and then remember to delete it. Link to comment https://forums.phpfreaks.com/topic/121732-better-way-of-debugging-files-you-cant-see/ Share on other sites More sharing options...
emehrkay Posted August 28, 2008 Share Posted August 28, 2008 I haven't had a chance to really test it out, but I hear that firephp (http://www.firephp.org/) is a great firebug addon that allows you to see some real-time server bugs Link to comment https://forums.phpfreaks.com/topic/121732-better-way-of-debugging-files-you-cant-see/#findComment-627975 Share on other sites More sharing options...
tibberous Posted August 28, 2008 Author Share Posted August 28, 2008 THATS SWEET! Link to comment https://forums.phpfreaks.com/topic/121732-better-way-of-debugging-files-you-cant-see/#findComment-627986 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.