GithubHelp home page GithubHelp logo

rmkitty / debugo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ripperhe/debugo

0.0 1.0 0.0 1.32 MB

一个可能有点用的 iOS 调试工具~

License: MIT License

Ruby 0.35% Objective-C 98.69% Shell 0.89% C 0.06%

debugo's Introduction

Debugo

Version License Platform

Debugo 是一款致力于 iOS Debugging 的实用工具,集成和启用都非常简单。以 Debug 为宗旨,自然要做到尽量简单,尽量避免 Debug 工具而导致 Bug 的情况。后续应该还会加入一些新的功能~

  • 方便 一行代码即可启用
  • 安全 内部做了控制,仅在 DEBUG 模式可以启用,携带上线无压力
  • 灵活 可添加自定义指令和工具

Features

  • 指令
    • 快捷添加代码块,点击指令列表的 Cell 执行
    • 支持多人协作,根据 User 自动优先显示当前用户的指令
  • 文件
    • 支持查看沙盒和 Bundle 的文件
    • 支持预览数据库及其他大部分文件
    • 支持利用 AirDrop 分享文件
    • 支持设置文件捷径,快速直达经常查看的文件
  • App 信息
  • 快速登录
    • 简单配置之后,可一键登录
    • 调用一句代码即可缓存账号
  • Apple 内部神器
  • 触摸监听
    • 监听手势触摸
    • 用于手机录屏时能够看到手指的操作
  • UIView 背景色
    • 快速显示顶部控制器视图的背景色
    • 多种渲染方式
  • CocoaPods

Snapshot

指令 文件 APP 信息
快速登录 Apple 内部神器 触摸监听
UIView 背景色 CocoaPods 工具总览

Example

克隆或下载仓库到本地,进入到 Example/Debugo-Example-ObjectiveC 文件夹,打开 Debugo-Example-ObjectiveC.xcworkspace 运行即可。

Requirements

iOS 8.0+

Dependency

本框架内部借鉴了很多框架,但是真正依赖的只有一个框架:

Installation

本仓库支持 CocoaPods 安装,在工程的 Podfile 文件添加如下代码:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
	pod 'Debugo',
end

Usage For Objective-C

导入头文件

#import <Debugo/Debugo.h>

启用

[Debugo fireWithConfiguration:^(DGConfiguration * _Nonnull configuration) {
    // 配置 configuration,定制你的需求
}];

更多详细的使用方法可下载 Demo 查看

Thanks

开发框架的灵感,以及一些现成的代码很多都源于 GitHub 网站上的开源框架,感谢以下项目和文章的作者:

Author

ripperhe, [email protected]

License

Debugo 基于 MIT 协议,详细请查看 LICENSE 文件。

debugo's People

Contributors

ripperhe avatar

Watchers

 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.