How to copy data generated by PRPL

Started by kajacx, December 23, 2016, 01:04:18 PM

Previous topic - Next topic

kajacx

I have a problem with my PRPL code and don't know where. But the worst thing is, I can't even copy the output of my PRPL function and compare it to a correct output, because the text in the debug window is not selectable. The string in question is hundreds of characters long, so manual comparison is out of the question.

So, is there a way to, for example, save data from PRPL to file, or to copy it into clipboard?
Why do work yourself, when you can write a program that will do the work for you.

planetfall

Use the print command instead of trace. It outputs to [OS specific location]/particlefleet/PRPL.txt
Pretty sure I'm supposed to be banned, someone might want to get on that.

Quote from: GoodMorning on December 01, 2016, 05:58:30 PM"Build a ladder to the moon" is simple as a sentence, but actually doing it is not.

kajacx

Thanks, didn't know about that one, no more "I can't read this character because it hides behind the scrollbar" type of situations.
Why do work yourself, when you can write a program that will do the work for you.