JoshDG
JoshDG

Reputation: 3931

console.dir() Equivalent Using jQuery Mobile with phonegap in xCode

Need to be able to debug properly and see stuff in the console. Console.dir() doesn't work in xcode when I'm running ios simulations. Whats the best way to write something to the console in a html file? Can I use NSLog()? I don't know much objective C.

Upvotes: 0

Views: 484

Answers (1)

JoshDG
JoshDG

Reputation: 3931

Easy enough...it was console.log() not console.dir...all better :)

Upvotes: 1

Related Questions