LLDebugTool Versions Save

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.

1.3.8.1

3 years ago

Remove auto check version.

  • Too many visits to the website cocoadocs.org cause cocoadocs.org to disable the access to LLDebugTool, so this function is removed.

1.3.8

4 years ago

Add Short Cut function and fix some bugs.

  • Short Cut is a dynamic entrance for user to run code.
  • Multi language support.
  • Support for more file formats in Sandbox.
  • More color configs.

1.3.7

4 years ago

Mock Location function and split into components.

  • Split into components, you can now integrate only a few components by LLDebugTool/{subspec}, such as LLDebugTool/NetworkLLDebugTool/Log.
  • New Mock Location function, now you can mock location to anywhere at anytime. Support CLLocationManager and MKMapView.
  • Support generate_multiple_pod_projects in podfile.

1.3.6

4 years ago

Optimize functional experience

  • Fix a crash when call twice load method.

1.3.5

4 years ago

Optimize functional experience

  • Remove Masonry.
  • Fix some bugs.
  • More code comments.
  • Fix error in XCode 10.

1.3.4

4 years ago

More practical Hierarchy function

Now you can use the Hierarchy function to dynamically modify attribute values. There are common attributes in the shortcut interface and most attributes in the details interface. It's a very interesting and useful function.

Update

  • Update Hierarchy Detail to dynamic modify properties.

1.3.3

4 years ago

Add Html function.

You can debug HTML pages through WKWebView, UIWebView or your customized ViewController in your app at any time.

Add

  • Now LLURLProtocol can correctly observe WKWebView.

1.3.2

4 years ago

Add Ruler, Widget Border function.

Ruler function : Convenient tools to display touch point information.

Widget Border function : Display element border, convenient to see the view's frame.

Add

  • Add LLSettingManager to control some settings in tool, you can configure LLConfig's options dynamically without re-archiving.

  • Add Hierarchy Detail Info function to show more detail info of target view. Similar to Debug View Hierarchy function in XCode.

Remove

  • Remove all xib files, it wastes compilation time. In contrast, you need to introduce Masonry lib.

1.3.1

4 years ago

Fix some bugs.

Fixed bugs in the UI.

Compatible with version 2.0 or above of FMDB.

Update

  • Update LLStorageManager to fix low version FMDB.

1.3.0

4 years ago

Hierarchy and magnifying is coming.

Hierarchy function : Now you can use Hierarchy function to see every element on screen, and you can visually see their frame and properties, Hierarchy info will come soon.

Magnifying function : Now you can use Magnifying function to see the contents or color of each pixel, this makes it easier for you to communicate with the UI designer.

More changes can be viewed in Version 1.3.0 Project.

Add

  • Refactory UI hierarchy, now use many windows to display functions, each function use one window, more information you can see LLWindowManager.m.

Update

  • Changed folder path.
  • Update a new user interface.
  • Fix in iOS 13.

Remove

  • LLDebugTool didn't supports component-based now. This is a useless feature and adds to the difficulty of calling between modules. LLDebugTool is later maintained as a single app rather than as multiple functional modules.
  • Remove some unused files, methods and macros.