You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS:14.6.1 (23G93)
go version: go version go1.23.1 darwin/arm64
vscode 运行单测时,“run test” 不报错,正常pass
“debug test”报错: WARNING: xgo toolchain: failed to detect xgo version, consider install xgo: go install github.com/xhd2015/xgo/cmd/xgo@latest note: this message can be turned off by setting XGO_CHECK_TOOLCHAIN_VERSION=false WARNING: failed to link __xgo_link_retrieve_all_funcs_and_clear(requires xgo). WARNING: failed to link __xgo_link_on_goexit(requires xgo). WARNING: failed to link __xgo_link_on_gonewproc(requires xgo).
我猜测是由于dlv的什么配置不对导致的 (或者是需要shadow版本的dlv)
The text was updated successfully, but these errors were encountered:
macOS:14.6.1 (23G93)
go version: go version go1.23.1 darwin/arm64
vscode 运行单测时,“run test” 不报错,正常pass
“debug test”报错:
WARNING: xgo toolchain: failed to detect xgo version, consider install xgo: go install github.com/xhd2015/xgo/cmd/xgo@latest note: this message can be turned off by setting XGO_CHECK_TOOLCHAIN_VERSION=false WARNING: failed to link __xgo_link_retrieve_all_funcs_and_clear(requires xgo). WARNING: failed to link __xgo_link_on_goexit(requires xgo). WARNING: failed to link __xgo_link_on_gonewproc(requires xgo).
我猜测是由于dlv的什么配置不对导致的 (或者是需要shadow版本的dlv)
The text was updated successfully, but these errors were encountered: