Expose CallTrace from snapshots
- Langage dominant
- Rust
- Étoiles
- 1
- Forks
- 8
- Merge moyen
- 2 j 13 h
- PR mergées (30 j)
- 16
Description
Add a CallTrace structure that stores information about each frame (arguments, result, child frames), and expose a function we’ll call from the Miden CLI call with the `--trace` option to build the trace from the recorded snapshot. The client is then only responsible for rendering the call tree and controlling how much of the call tree is shown via the --verbose option.
cc @djolertrk @bitwalker
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look for the snapshot recording logic and the Miden CLI's call command. Define a CallTrace struct to capture frame data (arguments, result, children). Add a function to build the trace from snapshots, invoked when the `--trace` flag is used. The CLI will then pass this trace for rendering based on `--verbose`.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- rust
- Domaine
- cli, devtools
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Active
- Clarté
- Plutôt claire
- Accessibilité débutants
- 65/100