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
更新: service/debugger/debugger.go:32:2: found packages native (dump_linux.go) and your_linux_architecture_is_not_supported_by_delve (support_sentinel_linux.go) in /home/.../delve/pkg/proc/native
The text was updated successfully, but these errors were encountered:
// This file is used to detect build on unsupported GOOS/GOARCH combinations.
//go:build linux && !amd64 && !arm64 && !386
// +build linux,!amd64,!arm64,!386
package your_linux_architecture_is_not_supported_by_delve
https://github.com/go-delve/delve
要检查go程序的coredump,不能用gdb,而是要用这个工具。不知道它对RV的支持如何?
更新:
service/debugger/debugger.go:32:2: found packages native (dump_linux.go) and your_linux_architecture_is_not_supported_by_delve (support_sentinel_linux.go) in /home/.../delve/pkg/proc/native
The text was updated successfully, but these errors were encountered: