标签: read-eval-print-loop rubymotion
我已将AuthToken等变量保存到App :: Persistence存储中,但我想调试它。我可以通过REPL控制台访问它吗?
答案 0 :(得分:0)
绝对。 App::Persistence["AuthToken"]在REPL中可以正常工作。
App::Persistence["AuthToken"]
如果要获取持久性存储的所有内容,请尝试App::Persistence.storage.dictionaryRepresentation。查找以您的应用标识符(com.yourcompany.Appname_)开头的键。
App::Persistence.storage.dictionaryRepresentation
com.yourcompany.Appname_