frameworks icon indicating copy to clipboard operation
frameworks copied to clipboard

Debug

Open maxsmythe opened this issue 5 years ago • 0 comments

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

maxsmythe avatar Mar 21 '19 20:03 maxsmythe