#162041 - a128 - Sat Aug 23, 2008 11:12 pm
Here is a modified guru exception handler.
http://www.freewebtown.com/festival2005/EasyGuruStacktrace.tgz
Use
in your code. The handler records the last 21 STACK_TRACE() calls and prints the history (filename + line number) at guru meditation on the top screen of the NDS. Hope it's usefull for someone.
It prints somethink like that
Trace1:Yourfile.cpp 234
234 is the linenumber of that STACK_TRACE()
http://www.freewebtown.com/festival2005/EasyGuruStacktrace.tgz
Use
Code: |
STACK_TRACE(); |
in your code. The handler records the last 21 STACK_TRACE() calls and prints the history (filename + line number) at guru meditation on the top screen of the NDS. Hope it's usefull for someone.
It prints somethink like that
Trace1:Yourfile.cpp 234
234 is the linenumber of that STACK_TRACE()