tch*_*tch 14 xcode objective-c llvm
我有简单的课程:
#import <Foundation/Foundation.h>
@interface FlurryDelegate : NSObject
@property(assign, atomic) BOOL isWelcomeScreenActionStarted;
@property(assign, atomic) BOOL isJamSessionScreenOpened;
@property(assign, atomic) BOOL isMetadataTransferStarted;
/*
some instance and class methods
*/
@end
Run Code Online (Sandbox Code Playgroud)
我想在这个字段的调试器值,但当我创建断点时,我收到对象,但"0键/值对".有什么问题?
我的代码:
- (void)viewDidLoadAndJamSessionIsNotNil {
flurryDelegate = [[FlurryDelegate alloc] init];
[flurryDelegate logUser:self.api.userAccount openJamSession:self.jamSession action:@"New jam session was opened"]; //breakpoint here
/* some code */
}
Run Code Online (Sandbox Code Playgroud)
调试器:

| 归档时间: |
|
| 查看次数: |
2035 次 |
| 最近记录: |