Exarch31
02-04-2003, 11:05 AM
Hey,
What can I do do decipher the messages in the emulator debug window? I'm using the DBGPRINTF() which is somewhat useful, but I've run into a case where I have:
DBGPRINTF("before fxn call")
dostuff()
static int dostuff()
{
*vars*
DBGPRINTF("in dostuff")
*logic*
}
and the 2nd message is never getting printed.
But I do get:
#*g** = -1
#*gRE = 16809984
that -1 could be useful, if I could figure out what's creating it...
What can I do do decipher the messages in the emulator debug window? I'm using the DBGPRINTF() which is somewhat useful, but I've run into a case where I have:
DBGPRINTF("before fxn call")
dostuff()
static int dostuff()
{
*vars*
DBGPRINTF("in dostuff")
*logic*
}
and the 2nd message is never getting printed.
But I do get:
#*g** = -1
#*gRE = 16809984
that -1 could be useful, if I could figure out what's creating it...