TrustedUser
574
edits
(→Platform Specific Debugging: Add introduction explanation) |
(Add Dreamcast Platform Debugging) |
||
Line 56: | Line 56: | ||
[https://code.google.com/p/alogcat/]<br> | [https://code.google.com/p/alogcat/]<br> | ||
This requires no Host PC, USB connection or software setup beyond installing this app and can be downloaded from the Android Store (Google Play) for no cost. | This requires no Host PC, USB connection or software setup beyond installing this app and can be downloaded from the Android Store (Google Play) for no cost. | ||
=== Dreamcast === | |||
The debug builds with serial enabled from [http://buildbot.scummvm.org/snapshots/master/dc-serial-master-latest.tar.bz2 here] provide debug output to the Dreamcast serial port. | |||
With the appropriate cable to convert the 3V3 serial port to RS232 serial and a terminal program set to 57600 baud 8-N-1, you can view the debug output<br> | |||
from libronin, including the sbrk indication of remaining memory, which can be useful in diagnosing Out Of Memory crashes. | |||
=== Unix (Linux, Solaris, Mac OS X, MinGW ...) === | === Unix (Linux, Solaris, Mac OS X, MinGW ...) === |