debug https://code.coronalabs.com/taxonomy/term/56/all en Live debug & log data from end-users https://code.coronalabs.com/code/live-debug-log-data-end-users <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>If you have a game released &amp; live, sometimes it's difficult determining the cause of bugs that your end users have.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Mike Turner</div></div></div> Mon, 02 Mar 2015 19:07:20 +0000 Suborbital 165 at https://code.coronalabs.com On-device Debug Print Console https://code.coronalabs.com/code/device-debug-print-console <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>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:<br /> background colour<br /> font size<br /> console width<br /> line buffer length</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div> Sat, 13 Dec 2014 17:47:59 +0000 horacebury 147 at https://code.coronalabs.com Table printing function https://code.coronalabs.com/code/table-printing-function <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A Lua based table printing function called print_r, named after the PHP function for the same task. This was in the original Corona Community Code exchange by user: OderWat,</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">robmiracle</div></div></div> Mon, 01 Sep 2014 00:53:43 +0000 Corona Rob 132 at https://code.coronalabs.com Corona Advanced Logging https://code.coronalabs.com/code/corona-advanced-logging <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Used for error handling and logging events to console and a set of rolling text log files.<br /> - Use it instead of print in your Corona project<br /> - Your messages will be printed in console but also logged in text files<br /> - A set of rolling text files is used so you can retrace the steps that lead to a bug<br /></p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Daniel Strmečki</div></div></div> Sun, 03 Aug 2014 16:48:51 +0000 daniel.strmecki 126 at https://code.coronalabs.com EventConsole 1.2 https://code.coronalabs.com/code/eventconsole-12 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a handy library for on-device testing. It creates a small button at the top of the screen that, when touched, will show you debug information that you've printed to the object.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">marble68</div></div></div> Fri, 17 Jan 2014 22:36:17 +0000 Anonymous 52 at https://code.coronalabs.com