LLDB Additions for IOS Project.

mallet-lldb的Python项目详细描述


为ios项目添加lldb。

assets/before_after.png

安装

PIP

[sudo] pip install mallet-lldb

将以下行添加到~/.lldbinit文件中。如果它不存在,创建它。

command script import mallet

Github

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

将以下行添加到~/.lldbinit文件中。如果它不存在,创建它。

command script import /path/to/mallet/folder

自制

待定


这些摘要将在下次xcode启动时可用。

配置

默认情况下,mallet不加载StoreKit的摘要。如果要加载它们或加载任何自定义摘要,或配置mallet行为,请创建文件~/.lldb/mallet.yml。您可以在github存储库中找到示例。

# 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

自定义摘要

待定。

支持的摘要:

  • 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
    • NSURLRequestNSMutableURLRequest
    • NSURLResponseNSHTTPURLResponse
    • NSURLSession
    • NSURLSessionConfiguration
    • NSURLSessionTaskNSURLSessionDataTaskNSURLSessionDownloadTaskNSURLSessionUploadTask
    • __NSCFLocalDownloadFile
  • Foundation
    • NSDateComponents
    • NSLayoutConstraint
    • NSObject
    • NSOperationNSBlockOperation
    • 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(不知道要显示什么/如何显示)
    • UIProgressView
    • UIScreen
    • UIScrollView
    • UISegmentedControl
    • UISlider
    • UIStepper
    • UIStoryboard
    • UIStoryboardSegue
    • UISwitch
    • UITableViewCell
    • UITextField
    • UITouch
    • UIViewUIWindow
    • UIViewController
  • StoreKit
    • SKDownload(未测试!)
    • SKPayment
    • SKPaymentQueue
    • SKPaymentTransaction
    • SKProduct
    • SKProductsRequest
    • SKProductsResponse
    • SKReceiptRefreshRequest(不返回任何内容)
    • SKRequest

支持的合成子项:

  • CFNetwork
    • NSURLRequest/NSMutableURLRequest
    • NSURLResponseNSHTTPURLResponse
  • Foundation
    • NSDateComponents
    • NSURLComponents
  • UIKit
    • UINavigationController
    • UIDeviceWhiteColor/UIDeviceRGBColor
    • UITouchesEvent

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java搜索具有外键的JPA实体的约定是什么?   java事务没有使用事务和嵌套方法的2个实例回滚   SpringBootJavaMessageFormat。使用umlauts格式(ä/ö/ü)   java如何通过字符串在sqlite中搜索列   JAVAlang.ClassNotFoundException:org。冬眠Hibernate4的例外情况   java消息正文在Gmail中被弄乱了   java Apache Ignite未使用空值更新缓存   Java正则表达式未捕获组   java onBackPressed();除非我叫super否则不行。onBackPressed();两次密码   java CustomAlertDialog在删除数据库记录后未完成其进程   C++中的迭代器(Stl)与java,是否存在概念上的区别?   Java在不知道字符编码的情况下将字节[]转换为字符串   来自本地WSDL文件的java Web服务客户端   java工具可用于在一个位置聚合所有项目相关信息   java在Netbeans中的maven项目中设置依赖项