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
This is because we use trace() and unlike debugonce() trace only accepts fun or pkg::fun / pkg:::fun.
I think fixing this requires us to write our version of trace, hard with no huge upside.
That's annoying if we wish to debug an unexported function, e.g.
flow::flow_debugonce(shiny:::ReactiveVal$new)
The text was updated successfully, but these errors were encountered: