Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Rego debugger #150

Open
anakrish opened this issue Feb 21, 2024 · 0 comments
Open

[feature] Rego debugger #150

anakrish opened this issue Feb 21, 2024 · 0 comments
Labels

Comments

@anakrish
Copy link
Collaborator

anakrish commented Feb 21, 2024

According to Open Policy Agent/ecosystem/debugging_rego "Debugging Rego policies can be tricky". There is no way to step through the evaluation of a rego policy.

We need to implement a debugger for Rego policies. Since Rego does not have mutable variables, the debugger implementation ought to be much simpler than for a language with mutable variables.

Idea/Early implementation here: main...anakrish:regorus:debugger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant