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
Basic debug capabilities exist, but more is better including:
Improved output for the dump of module contents so code is human readable (currently the output is one giant string)
Wrapping of errors to allow easier tracing of root causes. This is especially critical because many errors could take the form of JSON unmarshalling errors
The ultimate debug tool would be a way to drop into a REPL for the running OPA driver
The text was updated successfully, but these errors were encountered:
Basic debug capabilities exist, but more is better including:
The text was updated successfully, but these errors were encountered: