Fail to install dotnet-symbol for lldb in .netcore3.1

huangapple go评论61阅读模式
英文:

Fail to install dotnet-symbol for lldb in .netcore3.1

问题

lldb 是正常的,版本是 3.9.0,我想要调试一个 dump 文件,所以我需要安装 dotnet-symbol 工具。
在安装 dotnet-symbol 在 CentOS 7 时,我发现 nuget.org 上的最新版本只兼容 .NET 6.0,但我找不到与 .NET Core 3.1 匹配的版本。是否有办法处理这种情况?

英文:

lldb is ok and version is 3.9.0, I want to debug a dump file, So I need to install dotnet-symbol tool.
Fail to install dotnet-symbol for lldb in .netcore3.1
When installing dotnet-symbol in centos7, I found that the latest version on nuget.org is only compatible with .NET 6.0, but I couldn't find a version that matches .NET Core 3.1.
Fail to install dotnet-symbol for lldb in .netcore3.1
Fail to install dotnet-symbol for lldb in .netcore3.1

Is there any way to handle this situation?

答案1

得分: 1

根据错误消息,我们需要使用较旧版本。

尝试这个。

dotnet tool install --global dotnet-symbol --version 1.0.412101
英文:

According to the error message, we need to use older version.

Fail to install dotnet-symbol for lldb in .netcore3.1

Try this.

Fail to install dotnet-symbol for lldb in .netcore3.1

dotnet tool install --global dotnet-symbol --version 1.0.412101

huangapple
  • 本文由 发表于 2023年5月7日 20:09:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/76193836.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定