PDA

View Full Version : Monitor File contents




ferrisb
Feb 18, 2005, 03:33 PM
I have my Flash Player setup so that whenever something is traced by the swf using trace(), the trace output gets written to a text file on my machine. However, I want to be able to view this stuff as it gets written to the text file.

I can use the program 'less' in Terminal to watch this stuff come in, however, I'd like something more like a regular text editor, so I don't have to use Terminal.

Does anybody know of something like this?



5300cs
Feb 19, 2005, 09:24 AM
Can't you use the Console program to do that?

ferrisb
Feb 21, 2005, 09:20 AM
Looks like I can. Thanks! I didn't even know what Console was for, but after trying it, it does exactly what I want it to. Thanks again!