-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat: Add experimental REPL-based debugger #2995
feat: Add experimental REPL-based debugger #2995
Commits on Oct 5, 2023
-
First cut at implementing a debug command for nargo
Allows stepping through the ACIR opcodes, showing the current opcode and mapped source location.
Configuration menu - View commit details
-
Copy full SHA for 363aa86 - Browse repository at this point
Copy the full SHA 363aa86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21571a8 - Browse repository at this point
Copy the full SHA 21571a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab59aca - Browse repository at this point
Copy the full SHA ab59acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa0964 - Browse repository at this point
Copy the full SHA afa0964View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9804fa - Browse repository at this point
Copy the full SHA a9804faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c5615 - Browse repository at this point
Copy the full SHA 67c5615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a61999 - Browse repository at this point
Copy the full SHA 8a61999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43fecda - Browse repository at this point
Copy the full SHA 43fecdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c176f77 - Browse repository at this point
Copy the full SHA c176f77View commit details -
Update tooling/nargo_cli/src/cli/mod.rs
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da1657e - Browse repository at this point
Copy the full SHA da1657eView commit details
Commits on Oct 6, 2023
-
Fix panic when trying to show status and the execution finished
Also use a Cell (instead of a RefCell) to store the solved status.
Configuration menu - View commit details
-
Copy full SHA for f0717e3 - Browse repository at this point
Copy the full SHA f0717e3View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ada9fa - Browse repository at this point
Copy the full SHA 4ada9faView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6de5370 - Browse repository at this point
Copy the full SHA 6de5370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edf3e4 - Browse repository at this point
Copy the full SHA 8edf3e4View commit details
Commits on Oct 11, 2023
-
Update tooling/nargo_cli/src/cli/debug_cmd.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 258d009 - Browse repository at this point
Copy the full SHA 258d009View commit details -
Merge remote-tracking branch 'refs/remotes/origin/debug-prototype-rep…
…l-easy' into debug-prototype-repl-easy
Configuration menu - View commit details
-
Copy full SHA for 5b13eff - Browse repository at this point
Copy the full SHA 5b13effView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 449d16e - Browse repository at this point
Copy the full SHA 449d16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a3138 - Browse repository at this point
Copy the full SHA c3a3138View commit details -
Configuration menu - View commit details
-
Copy full SHA for a687efd - Browse repository at this point
Copy the full SHA a687efdView commit details -
Update tooling/debugger/src/lib.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4586b0 - Browse repository at this point
Copy the full SHA e4586b0View commit details -
Merge branch 'debug-prototype-repl-easy' of github.com:manastech/noir…
… into debug-prototype-repl-easy
Configuration menu - View commit details
-
Copy full SHA for 0cf36ef - Browse repository at this point
Copy the full SHA 0cf36efView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd30bca - Browse repository at this point
Copy the full SHA dd30bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f20d0e1 - Browse repository at this point
Copy the full SHA f20d0e1View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8622d70 - Browse repository at this point
Copy the full SHA 8622d70View commit details -
Update tooling/debugger/src/lib.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0b3ecf - Browse repository at this point
Copy the full SHA f0b3ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61df1a - Browse repository at this point
Copy the full SHA c61df1aView commit details