DCIntrospect.m Line 624:
Expanded from macro 'DEBUGGER' from the following:
else if ([string isEqualToString:kDCIntrospectKeysEnterGDB])
{
UIView *view = self.currentView;
view.tag = view.tag; // suppress the xcode warning about an unused variable.
NSLog(@"DCIntrospect: access current view using local 'view' variable.");
DEBUGGER;
return NO;
}