Skip to content

Retrieve values of local variables during execution #19

@piotmag769

Description

@piotmag769

We want to be able to inspect e.g. the value of x during execution of this function

#[test]
fn test() {
    let mut x = 5;
    x = 10;
}

Research what debug info needs to be added to sierra/casm and implement the algorithm.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions