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
dumpAllRegs() prints the values to stdout. Better to fetchAllRegs() into one or more arrays and return those to the apps which are responsible for displaying the values however they want.
dumpAllRegs()prints the values to stdout. Better tofetchAllRegs()into one or more arrays and return those to the apps which are responsible for displaying the values however they want.EDIT: or both.