Skip to content

Allow stepping through expression execution #1761

Description

@michaelmior

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions