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
Given that runtime.Caller() and runtime.Callers() return a PC, shouldn't
debug.function() be public?
runtime.FuncForPC() is already public. But apparently that's not good enough for
debug.Printstack() which indirectly calls debug.function().