BetterConsole
BetterConsole copied to clipboard
Crash with object pointer casts in debugger
when trying to debug with inline casts, it is easy to get into a crash scenario, e.g.
po (NSString *)NSStringFromCGPoint((CGPoint)[[[self.view viewWithTag:666] layer] anchorPoint])
If you type that out instead of copy & paste, you may encounter a crash