WEDebugger 0.0.4

WEDebugger 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by Lucas Ortis.



  • By
  • Lucas Ortis

Simple and light weight debugger tool.

Demo

WEDebugger WEDebugger

Installation

Usage

Log

The library will log following this format: {time}: [{class} {method}] => ({file}:{line}): {text}

#import "WEDebugger.h"

- (void)loadView {
    WELog(@"Hello");
}

Display logs

#import "WEDebuggerViewController.h"

- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated]

    [self.navigationController pushViewController:[WEDebuggerViewController new] animated:YES];
}

Close logs

Swipe to the right in order to close the logs controller.

Author

Lucas Ortis:

License

WEDebugger is available under the MIT license. See the LICENSE file for more info.