Friday, 6 February 2015

enabling full debug for the specific function.. Here i am enabling full debugging for the m_store() function.

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();

No comments:

Post a Comment