Jump to content

Better way of debugging files you can't see?


tibberous

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.