• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Saving debug output

frumple

Well-known member
Is there a way to save the output from debug statements to a file?

I am running a test and the debug window cuts off the debug text so I do not get all of the output that is generated.
 
Use notify instead of debug - that will put the information into a pop-up window, which can then be right-clicked and copied.
 
Thanks!


Hmm... actually that is showing up less info than than using debug :/
 
Last edited:
I sear you could highlight and copy the text from the debug output window. I know I have done it before because I had long test results displayed in TextPad.

You sure Right Click does not bring up the copy option???
 
Yeah it does, but the amount of text displayed/can be copied is cut off. Looks like there is a limit to how much text can be added to the debug window at once.
 
There may be character count limits on the debug and/or notify.

Can you insert your debugs at different places, or asking for different information, in order to look at smaller pieces of the information at a time, and hopefully make it easier to interpret?
 
Back
Top