remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 141 forks source link

ObjC support? #7

Closed nickbit closed 7 years ago

nickbit commented 7 years ago

Hello,

this seems a very good debugging tool. Any plans to support ObjC?

remirobert commented 7 years ago

Currently, I have an issue with the Logger class. The implementation is not compatible with Objc. I planned to add a new class for Objc support, and maybe override the NSLog.

But the rest is compatible, you can use the network and crash debugger.

nickbit commented 7 years ago

Thank you for the quick response. Can you provide an ObjC example project that shows how to add Dotzu?

remirobert commented 7 years ago

https://github.com/remirobert/Dotzu-Objective-c

You can find an example project. Working fully in Objective-c, with AFNetworking.