read eval print loop - How to access App::Persistence in REPL console in RubyMotion -


i've saved variables authtoken app::persistence store, want debug it. can access through repl console?

absolutely. app::persistence["authtoken"] work fine in repl.

if want contents of persistent store, try app::persistence.storage.dictionaryrepresentation. keys begin app identifier (com.yourcompany.appname_).


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -