To find what you seek in the road of life,

the best proverb of all is that which says:

"Leave no stone unturned."

Edward Bulwer Lytton

Tip: Force gc Draw commands to show up in Emulator Debug

Here is a very excellent tip for debugging any symbian application which has gc Draw funtions.

Put iEikonEnv->WsSession().SetAutoFlush(ETrue) in the ConstructL() function of your AppUi.

This will force the gc commands to show up in the emulator immediately, rather than when the window server client buffer is flushed next.

Note: Don't forget to remove it in your release build.

0 comments: