• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering CocoaDebug v1.2.7 - iOS Debugging Tool

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,456
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
03.png
07.png


Introduction

    Shake to hide or show the black bubble. (Support iPhone device and simulator)

    List all print() and NSLog() messages which have been written by developer in Xcode.

    List of all the network requests sent by the application. (Support JSON and Google's Protocol buffers)

    List crash errors.

    Share network details via email or copy to clipboard when you are in the Network Details page.

    Copy logs. (Long press the text, then select all or select copy)

    Search logs by keyword.

    List application and device informations, including: version, build, bundle name, bundle id, screen resolution, device, iOS version

    List all sandbox folders and files, supporting to preview and edit.

    List HTML logs, including console.log(),console.debug(),console.warn(),console.error(),console. info(). (support WKWebView and UIWebView). UIWebView Deprecated

    Application memory usage and FPS. Deprecated

    Long press the black bubble to show UIDebuggingInformationOverlay. (Apple's Private API, support iOS 10/11/12) Private API Deprecated

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top