Error in breakpoint condition
问题 I've set a breakpoint with the condition... [event.name isEqualToString:@"Some Name"] This works fine. However, when I try to add another breakpoint with the condition... [part.name isEqualToString:@"Some Value With A Pound Sign £"] I get the error... Internal error [IRForTarget]: An Objective-C constant string's string initializer is not an array Stopped due to an error evaluating condition of breakpoint Do I need to escape the pound sign or something? 回答1: There's a bug with the expression