• Stars
    star
    212
  • Rank 186,122 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LCDebugger is a local/remote debugging tools for iOS.

LCDebugger

LCDebugger is a local/remote debugging tools. LCDebugger has a set of useful commands, and enables you to simply use it like using terminal. (Without needing you to jailbreak)

What LCDebugger Does

  • Real-time remote preview screen of device .
  • Remote control device.
  • Remote browser view tree and change frame to one of views.
  • Command(CMD) module.
  • 3d view tree.
  • Crash report.
  • Various system information.

How LCDebugger Works

LCDebugger build a local web server for remote debugging, and use CMD module to interact.

The Scenario

Remote debugging, and more helpful for testers.

Getting Started

  1. Download the source code.
  2. Drag and drop /LCDebugger folder into your project.
  3. Build and run it!

Preview

Real-time remote preview screen of device

image

Remote preview view tree and change it!

image

Remote perform some commands

image

3d view tree

wait...

Version History

  • 1.0

Thanks

Gavinkwoe/BeeFramework

rockanita

vinqon/Realtime-Debug-Portal

License