← Back to team overview

meadl-devel team mailing list archive

Debugging the input method

 

Hola,

  Just to let you know, you can debug an input method directly on the
emulator or a device by adding the following line at the end of the
onCreate method:

    // Use the following line to debug IME service.
    //android.os.Debug.waitForDebugger();

cheers!
Jorge



Follow ups