何もしたくないこともあります。
ブレークポイントを設定できるように、ステートメントが必要です。
c と Objective-C には while (false) があります。
関数を壊したいと言う
-(void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
self.navigationItem.leftBarButtonItem=nil;
self.navigationItem.rightBarButtonItem=nil;
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(updateDisplays) name: NotificationUpdateArroworLocation object:nil];
PO(self.tableView.indexPathForSelectedRow);
while(false);//I put break point here so program stop here.
}
.net には何もありません (私がそれを作ったかどうかはわかりません)。
PhP では何を使用する必要がありますか?