Is your feature request related to a problem?
We can currently only run all statements with side effects in a pipeline, not just a single one.
Desired solution
- Add a new code lens to statements with side effects to run the pipeline up to this point.
- Compute the backward slice of this single statement.
- Run all statements in the backward slice.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response