美文网首页
console po 无效

console po 无效

作者: 某个胖子 | 来源:发表于2017-04-17 17:29 被阅读39次
  • 程序断点时在console po时出现以下问题:
    error: Couldn't materialize: couldn't get the value of xxx: extracting data from value failed
    error: errored out in DoExecute, couldn't PrepareToExecuteJITExpression

  • 原因:
    console指令只有在debug时生效。

  • 解决办法:
    修改 edit scheme - build configuration 为 debug。
    如果还是不行,那可以修改build setting - ptimization level - debug 为 none[-O0]。

相关文章

网友评论

      本文标题:console po 无效

      本文链接:https://www.haomeiwen.com/subject/cnntzttx.html