TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2016 |
Maintained by Lucas Ortis.
Simple and light weight debugger tool.
The library will log following this format: {time}: [{class} {method}] => ({file}:{line}): {text}
#import "WEDebugger.h"
- (void)loadView {
WELog(@"Hello");
}
#import "WEDebuggerViewController.h"
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated]
[self.navigationController pushViewController:[WEDebuggerViewController new] animated:YES];
}
Swipe to the right in order to close the logs controller.
Lucas Ortis:
WEDebugger is available under the MIT license. See the LICENSE file for more info.