![]() |
|
need help reading output debug - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: need help reading output debug (/thread-8583.html) |
need help reading output debug - sefiroths - Jan 27, 2011 01:17 AM i have compiled and run with console opened. i received this output. i'm new to device programming, so i'm not able to understand this output (expecially warnings). if this can help, i have renamed SLQTSOR.xcodeproj to aaaaa.xcodeproj Code: GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Fri Oct 22 04:12:10 UTC 2010)RE: need help reading output debug - Skorche - Jan 27, 2011 07:25 AM You can ignore all of that. Basically it's just the debugger saying that it can't find information on debugging symbols. It always says that for me, but then works fine anyway. Some of those aren't even warnings, just useless logging messages like the "mem" messages or the one telling you unsurprising information about the sound initialization. RE: need help reading output debug - sefiroths - Jan 27, 2011 09:16 AM thanks a lot |