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

Allow stepping through expression execution #1761

Open
michaelmior opened this issue Apr 24, 2023 · 0 comments
Open

Allow stepping through expression execution #1761

michaelmior opened this issue Apr 24, 2023 · 0 comments

Comments

@michaelmior
Copy link
Member

This consists of two parts:

  1. Some way of calculating the order each expression will be executed and the number of steps. (The easiest way is probably to actually execute the expression and record steps.)
  2. Controls to step forward and backward through each execution step. This should just change which expression is highlighted using the existing highlighting mechanism.

Note that users should still be able to click on expressions to see how they will be evaluated. In this case, the current step in query execution should be synchronized with whatever expression has been clicked.

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

No branches or pull requests

1 participant