LLDB全方位剖析

NSLog(@"thread jump test 1"); // 需要下面的行设置断点,并跳转 NSLog(@"thread jump test 3");,那么thread jump --by 7 NSLog(@"thread jump test 2"); // 需要跳过的语句 NSLog(@"thread jump test 2.1"); // 这是一个注释 NSLog(@"thread jump test 2.2"); // 需要执行这一行 NSLog(@"thread jump test 3"); NSLog(@"thread jump test 4"); NSLog(@"thread jump test 5"); NSLog(@"thread jump test 6");
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章