I see #if DEBUG_MYSQL_QUERIES >= 1 and #ifdef _EQDEBUG a lot around the code that is causing me problems. Are there other defines I should look to activate? Also, where will I see the output from these?
FYI I have traced these into Database::LoadVariables(from database.cpp) and DBcore::RunQuery(from DBcore.cpp) functions, so I am going to see from there where this leads me.
I am not good with gdb I need to find out how to see some of the variables that are getting passed.
|