lotem / rime-gits

Rime with Google Input Tools (not actively developed)
79 stars 13 forks source link

[Discussion] How to debug rime-gits #6

Open littleq0903 opened 9 years ago

littleq0903 commented 9 years ago

Since Google Input Tools is not a part of RIME originally, we should sort and document a way of debugging, then more contribution will come easily.

littleq0903 commented 8 years ago

there's an ipc_console.exe, but I haven't figure it out how to execute it. I think this is possibly a console that we could use for printf debugging.

lotem commented 8 years ago

Remove uiAccess="true" in this line: https://github.com/lotem/rime-gits/blob/master/resources/ipc_console.exe.manifest#L23 Can this make it {executable} from command line?

littleq0903 commented 8 years ago

thanks, let me try, building again.