Code Monkey home page Code Monkey logo

mallet's Introduction

Mallet

LLDB additions for iOS project.

image

Installation

PIP

[sudo] pip install mallet-lldb

Add the following line to your ~/.lldbinit file. If it doesn't exist, create it.

command script import mallet

GitHub

git clone https://github.com/bartoszj/Mallet

Add the following line to your ~/.lldbinit file. If it doesn't exist, create it.

command script import /path/to/mallet/folder

Homebrew

TBD


The summaries will be available the next time Xcode starts.

Configuration

By default Mallet doesn't load summaries for StoreKit. If you want to load them or load any custom summaries, or configure Mallet behavior then create file ~/.lldb/mallet.yml. You can find example in the GitHub repository.

# List of packages that should be loaded (both built in and custom).
# StoreKit is not by default loaded.
# Custom modules can be added by adding path to module.
packages: 
  - StoreKit
  # - ~/path/to/custom/module

# Turn on/off logging to file ~/Library/Logs/mallet.log. (by default false).
# logging: true

# Cleans log file every time mallet is loaded (by default false).
# clean_logs: true

Custom summaries

TBD.

Supported summaries:

  • AFNetworking:
    • AFURLConnectionOperation
    • AFHTTPRequestOperation
    • AFHTTPRequestOperationManager
    • AFURLSessionManager
    • AFHTTPSessionManager
    • AFHTTPRequestSerializer
    • AFJSONRequestSerializer
    • AFPropertyListRequestSerializer
    • AFHTTPResponseSerializer
    • AFJSONResponseSerializer
    • AFPropertyListResponseSerializer
    • AFXMLParserResponseSerializer
    • AFXMLDocumentResponseSerializer
    • AFImageResponseSerializer
    • AFCompoundResponseSerializer
    • AFSecurityPolicy
    • AFNetworkActivityIndicatorManager
    • AFNetworkReachabilityManager
  • CoreGraphics:
    • CGAffineTransform
    • CGImage
    • CGVector
  • CFNetwork:
    • CFURLRequest
    • CFURLResponse
    • NSURLConnection
    • NSURLRequest (NSMutableURLRequest)
    • NSURLResponse, NSHTTPURLResponse
    • NSURLSession
    • NSURLSessionConfiguration
    • NSURLSessionTask, NSURLSessionDataTask, NSURLSessionDownloadTask, NSURLSessionUploadTask
    • __NSCFLocalDownloadFile
  • Foundation:
    • NSDateComponents
    • NSLayoutConstraint
    • NSObject
    • NSOperation (NSBlockOperation)
    • NSOperationQueue
    • NSURLComponents (__NSConcreteURLComponents)
    • NSUUID (__NSConcreteUUID)
  • QuartzCore:
    • CALayer
  • UIKit:
    • UIActivityIndicatorView
    • UIAlertAction
    • UIAlertController
    • UIAlertView
    • UIBarItem / UIBarButtonItem
    • UIButton
    • UIColor / UIDeviceWhiteColor / UIDeviceRGBColor
    • UIDatePicker
    • UIEdgeInsets
    • UIEvent / UIInternalEvent / UITouchesEvent
    • UIImage
    • UIImageView
    • UILabel
    • UINavigationController
    • UINib / UINibStorage
    • UIOffset
    • UIPageControl
    • UIPickerView (Don't know what / how to show)
    • UIProgressView
    • UIScreen
    • UIScrollView
    • UISegmentedControl
    • UISlider
    • UIStepper
    • UIStoryboard
    • UIStoryboardSegue
    • UISwitch
    • UITableViewCell
    • UITextField
    • UITouch
    • UIView (UIWindow)
    • UIViewController
  • StoreKit:
    • SKDownload (not tested!)
    • SKPayment
    • SKPaymentQueue
    • SKPaymentTransaction
    • SKProduct
    • SKProductsRequest
    • SKProductsResponse
    • SKReceiptRefreshRequest (doesn't return anything)
    • SKRequest

Supported synthetic children:

  • CFNetwork:
    • NSURLRequest / NSMutableURLRequest
    • NSURLResponse, NSHTTPURLResponse
  • Foundation:
    • NSDateComponents
    • NSURLComponents
  • UIKit:
    • UINavigationController
    • UIDeviceWhiteColor / UIDeviceRGBColor
    • UITouchesEvent

mallet's People

Contributors

bartoszj avatar

Watchers

John avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.