mirror of
https://github.com/casbin/bee.git
synced 2025-07-16 07:44:20 +08:00

This adds support for debugging tool Delve. The command dlv starts a debugging REPL that allows the user to debug his application using Delve tool. Resolves #365.