xcode - How do I log a url with NSlog -


currently trying log url using breakpoint in xcode. it's printing out log message , memory address. log actual url , not memory address.

question: correct way log url in xcode using breakpoints?

i think mean like:

nslog( @"url %@", [yoururl absolutestring]); 

Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -