绿色调试器指针在VSCode中表示什么?

问题描述 投票:0回答:1

我正在尝试使用CodeLLDB扩展VS Code调试一些Rust代码。然后,除了黄色指针外,还显示了绿色指针。该指针指示什么,它是否特定于CodeLLDB?

我看过VS Code debugging docs,但他们目前根本不提。而且黄色指针只会在GIF中最后出现。

a green debugger pointer sits two lines above a yellow debugger pointer

我拍摄了以上屏幕截图后,尝试进一步执行操作,然后绿色指针变为黄色,如下所示:

two yellow debugger pointers sit two lines apart, on the same lines as the previous picture

这是否是VS Code或CodeLLDB扩展中的一个或多个的错误?

((我看到了this question,但我不确定是否相关,并且现在都没有答案。)

debugging visual-studio-code llvm lldb vscode-debugger
1个回答
0
投票

我认为当铁锈悬挂变量时,这种情况正在发生。

© www.soinside.com 2019 - 2024. All rights reserved.