I set this NSAssert
NSAssert(isStillLoadingArgument== [[self class] stillLoading],@"Hmm.... we think isStill Loading is false or true and yet stillLoading is true");;
Here is the screenshot of where I ask this question:
Then when assertion fail, the code break here:
Which is very annoying because I want to see the assertion break on the code I set up the assertion instead. So, how do I do so.
Ben answer unfortunately doesn't solve the issue:
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…