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
Describe the bug
gopsutil/cpu cause debug(go-delve) exception
see screenshot
To Reproduce
package main
import (
"fmt""github.com/shirou/gopsutil/cpu"
)
funcmain() {
a:=1fmt.Println(a)
v, _=cpu.Info()
// convert to JSON. String() is also implementedfmt.Println(v)
}
Expected behavior
see screenshot
Environment (please complete the following information):
Mac OS arm64
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
gopsutil/cpu cause debug(go-delve) exception
see screenshot
To Reproduce
Expected behavior
see screenshot
Environment (please complete the following information):
Mac OS arm64
Additional context
The text was updated successfully, but these errors were encountered: