<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debug on Mr.Yu-技术笔记</title>
    <link>https://yujinping.top/tags/debug/</link>
    <description>Recent content in Debug on Mr.Yu-技术笔记</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 19 Jun 2022 18:22:00 +0800</lastBuildDate>
    <atom:link href="https://yujinping.top/tags/debug/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>version of Delve is too old for Go version</title>
      <link>https://yujinping.top/post/go/delve_is_too_old_for_go_version/</link>
      <pubDate>Sun, 19 Jun 2022 18:22:00 +0800</pubDate>
      <guid>https://yujinping.top/post/go/delve_is_too_old_for_go_version/</guid>
      <description>在更新了 go 版本后，使用 GoLand 进行调试会报错 WARNING: undefined behavior - version of Delve is too old for Go version 1.20.5 (maximum supported version 1.19)这是因为 go 的版本升级后，相对 dlv 的版本就低了。 所以解决办法就是升级对应的 dlv 版本 进入到 GOPATH 中 如果忘记了 GOPATH 是什么，输入 go env GOPATH 即可。 在 GOPATH 对应目录下安装最新版的 dlv go install github.com/go-delve/de</description>
    </item>
  </channel>
</rss>
