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

Issues changing the value of an element in an array in matlab -

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

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