Warnings while running

I get this warning while running an application in the simulator. I think its coming from a 3rd party static library im using.

2015-01-31 11:34:02.476 SendMeAGribIOS[4966:3121314] *** -[__NSCFString replaceOccurrencesOfString:withString:options:range:]: Range {1, 4294967295} out of bounds; string length 3. This will become an exception for apps linked after 10.10 and iOS 8. Warning shown once per app execution.

Is it possible to get a stack trace or have it stop in the debugger ?

Not really, since from the message, this doesn’t seem to be an exception, at this stage. With is weird.