Skip to content
i5ting edited this page May 8, 2013 · 2 revisions

显示debugger

要点:

AppDelegate.m中

#import "Bee_Debug.h"

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    .....
    [BeeDebugger show];
    return YES;
}

Bee_Precompile.h中

#if TARGET_OS_IPHONE
#define __BEE_DEBUGGER__		(1)	// 是否显示“小虫子”
#define __BEE_CRASHLOG__		(1)	// (未完成)
#define __BEE_WIREFRAME__		(0)	// 是否显示WireFrame
#endif

如果不能显示,就检查图片吧

  • bug
  • file
  • folder
  • heat
  • tap
  • close

over

Clone this wiki locally