enabling full debug for the specific function.. Here i am enabling full debugging for the m_store() function.
Also , you could enable full debug for the m_dump() function:
set_debug(4);
m_dump();
set_debug();
Also , you could enable full debug for the m_dump() function:
set_debug(4);
m_dump();
set_debug();
0 comments: