Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
监视Xcode 6中的变量错误_Xcode_Swift_Debugging_Lldb_Watch - Fatal编程技术网

监视Xcode 6中的变量错误

监视Xcode 6中的变量错误,xcode,swift,debugging,lldb,watch,Xcode,Swift,Debugging,Lldb,Watch,我试图通过在断点上暂停、右键单击要监视的变量并选择“someVariable”来监视变量,但出现以下错误: 错误:在此框架中找不到名为“someVariable”的变量 这似乎发生在我尝试的任何变量上。如何正确地监视变量的变化?我无法让监视点在使用Xcode和Swift时工作。我怀疑斯威夫特的手机坏了,希望他们以后能用上 你能打印这些变量吗,例如:“expr someVariable”行吗?如果没有,那么听起来好像您没有使用调试信息或其他东西进行构建。但许多隐藏在隐蔽处的迅捷物体比表面上看起来更

我试图通过在断点上暂停、右键单击要监视的变量并选择“someVariable”来监视变量,但出现以下错误:

错误:在此框架中找不到名为“someVariable”的变量


这似乎发生在我尝试的任何变量上。如何正确地监视变量的变化?

我无法让监视点在使用Xcode和Swift时工作。我怀疑斯威夫特的手机坏了,希望他们以后能用上

你能打印这些变量吗,例如:“expr someVariable”行吗?如果没有,那么听起来好像您没有使用调试信息或其他东西进行构建。但许多隐藏在隐蔽处的迅捷物体比表面上看起来更为复杂,究竟要看什么还不清楚。。。