RemoteLog by Muirey03 is a useful utility for debugging your tweak. Since you can't connect Xcode's debugger (LLDB) and can't use print you either have to use:
* NSLog
* Logger, which works only with static values.
* UIAlertControllers, which are convenient for small text, but if there is a huge amounts of