Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: kajacx on December 23, 2016, 01:04:18 PM

Title: How to copy data generated by PRPL
Post by: kajacx on December 23, 2016, 01:04:18 PM
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?
Title: Re: How to copy data generated by PRPL
Post by: planetfall on December 23, 2016, 02:15:07 PM
Use the print command instead of trace. It outputs to [OS specific location]/particlefleet/PRPL.txt
Title: Re: How to copy data generated by PRPL
Post by: kajacx on December 26, 2016, 10:20:50 AM
Thanks, didn't know about that one, no more "I can't read this character because it hides behind the scrollbar" type of situations.