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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -