console

Needing a more elegant console solution for on-device debugging I have built this library which is easily added to a project and will display a debug console on device shake. Many customisation options are available such as:
background colour
font size
console width
line buffer length

Comments, 433 Votes - submitted on 13/12/2014 view repo

Used for error handling and logging events to console and a set of rolling text log files.
- Use it instead of print in your Corona project
- Your messages will be printed in console but also logged in text files
- A set of rolling text files is used so you can retrace the steps that lead to a bug

Comments, 395 Votes - submitted on 03/08/2014 view repo