Page 1 of 1
Moho Console help
Posted: Sat Feb 01, 2025 7:45 pm
by davoodice2
Hi .
I'm wondering if there is anyway to copy console logs into clipboard. can anybody help?
Thanks
Re: Moho Console help
Posted: Mon Feb 03, 2025 9:48 am
by Lukas
I don't have much time to explain, but you'll probably figure it out.
I use this:
https://www.lukaskrepel.nl/temp/moho/LK_Debug.zip
You also need FO_Utilities which is on mohoscripts.com
If you then use
it will show up in this tool, and you can easily copy the lines by selecting them from the dropdown. It also writes everything to a log text file. The Log button opens it with a text editor, you probably have to adjust the code to use the editor of your choice. (I use Sublime Text) (See function FO_Utilities:EditTextFile(path, moho))
Re: Moho Console help
Posted: Mon Feb 03, 2025 11:41 am
by davoodice2
Thank you very Much Lukas