在Parse.com iOS saveInBackgroundWithBlock中添加断点

时间:2014-09-28 04:10:57

标签: ios parse-platform background-process

例如,我想在块中设置断点,但xcode只是跳过它。

    [obj saveInBackgroundWithBlock:^(PFObject *object, NSError *error) {
           //instructions
    }];

谢谢!

0 个答案:

没有答案