gpt4 book ai didi

debugging - lldb-错误 : invalid thread #i

转载 作者:搜寻专家 更新时间:2023-10-31 22:08:34 25 4
gpt4 key购买 nike

我正在尝试使用 LLDB 对错误代码执行一些调试:

@IBAction func somePrettyAction(sender: AnyObject) {
let names = ["LLDB", "is", "fun", "Kudos :)"]
println("out of index name: \(names[5])")
}

所以当应用程序在 println 处崩溃时(出于显而易见的原因 ;)),我在 XCode 调试器控制台输入了 -'Thread Info',它给了我以下输出:

thread #1: tid = 0x6fbc, 0x000000010ee5f1d0 libswiftCore.dylib`Swift._fatalErrorMessage (Swift.StaticString, Swift.StaticString, Swift.StaticString, Swift.UInt) -> () + 160, queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

但是当我输入 - 't i' 时,它显示以下消息:

error: invalid thread #i.

根据相关的 wwdc video short form of given command 应该工作,但由于某些原因它不工作,有什么想法吗?

最佳答案

是的,我也注意到了。 The presentation是不正确的。这不是 thread info 的缩写。现在一个合适的缩写是 th i

Using tthread select的缩写。因此,t 2 等价于thread select 2

(lldb) 提示符下键入 help,它会显示当前缩写的列表。

关于debugging - lldb-错误 : invalid thread #i,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28564115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com