traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.94k stars 343 forks source link

adds helpful print commands for tracing and debugging the interp system. #1648

Closed rcoreilly closed 1 month ago

rcoreilly commented 1 month ago

I found these basic functions and Stringer methods essential for tracking down issues fixed recently -- probably be of use to others and I couldn't find something else in the code that would provide similar utility, though I never tried the debugger.

rcoreilly commented 1 month ago

Thanks for the fixes and the pointer to the graphviz options -- didn't notice those before.

mvertes commented 1 month ago

@rcoreilly please update, so we can merge it. Thanks.