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");
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章