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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.