ios - Xcode : Is there a way to search string in expressions defined in breakpoints? -


i followed tuto debugging in xcode. got rid of nslog instructions in favor of expressions defined in breakpoints automatic continuation.

ex :

expr (void)nslog(@"comments %@",data) 

after while, wanted search breakpoint printed specific string.

i can't find way in xcode. possible ?

there isn't great way ui. please file enhancement request http://bugreporter.apple.com kind of "find in breakpoint commands", seems useful thing do. can hack around searching log text in data file holds user breakpoints, in .xcodeproj directory in xcuserdata/.xcuserdatad/xcdebugger/breakpoints_v2.xcbkptlist. should considered read-only file, wouldn't try edit it...


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -