-
Notifications
You must be signed in to change notification settings - Fork 206
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: Handle ACIR calls in the debugger #5051
Merged
vezenovm
merged 37 commits into
noir-lang:master
from
manastech:feat/4824-multiple-acir-calls
Jul 12, 2024
Merged
feat: Handle ACIR calls in the debugger #5051
vezenovm
merged 37 commits into
noir-lang:master
from
manastech:feat/4824-multiple-acir-calls
Jul 12, 2024
Commits on Apr 26, 2024
-
For disassembly view in DAP mode, return integer addresses
Returning serialized opcode locations is invalid according to the DAP specification and confuses VS.Code.
Configuration menu - View commit details
-
Copy full SHA for 14518f8 - Browse repository at this point
Copy the full SHA 14518f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b713d - Browse repository at this point
Copy the full SHA c0b713dView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e1427c - Browse repository at this point
Copy the full SHA 8e1427cView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f36701 - Browse repository at this point
Copy the full SHA 7f36701View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03f83e - Browse repository at this point
Copy the full SHA a03f83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca767cf - Browse repository at this point
Copy the full SHA ca767cfView commit details -
chore: Pass the whole CompiledProgram into the REPL debugger
Make the code consistent with the DAP and enables to start implementing debugging for multiple circuits.
Configuration menu - View commit details
-
Copy full SHA for 86afc2c - Browse repository at this point
Copy the full SHA 86afc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39c4fc - Browse repository at this point
Copy the full SHA d39c4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582dd6b - Browse repository at this point
Copy the full SHA 582dd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f3b2b - Browse repository at this point
Copy the full SHA f3f3b2bView commit details -
feat: Introduce DebugLocation to consider circuit reference
in addition to ACIR and Brillig indices.
Configuration menu - View commit details
-
Copy full SHA for 79ed5ac - Browse repository at this point
Copy the full SHA 79ed5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4abb0 - Browse repository at this point
Copy the full SHA 2e4abb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551827d - Browse repository at this point
Copy the full SHA 551827dView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d29e329 - Browse repository at this point
Copy the full SHA d29e329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4848fc8 - Browse repository at this point
Copy the full SHA 4848fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f407a59 - Browse repository at this point
Copy the full SHA f407a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f4970 - Browse repository at this point
Copy the full SHA 57f4970View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19b1f89 - Browse repository at this point
Copy the full SHA 19b1f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d12d15 - Browse repository at this point
Copy the full SHA 4d12d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28b07e - Browse repository at this point
Copy the full SHA b28b07eView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bbf039 - Browse repository at this point
Copy the full SHA 4bbf039View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa37413 - Browse repository at this point
Copy the full SHA aa37413View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79b7b91 - Browse repository at this point
Copy the full SHA 79b7b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9461f - Browse repository at this point
Copy the full SHA bf9461fView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4db5c9e - Browse repository at this point
Copy the full SHA 4db5c9eView commit details
Commits on Jun 5, 2024
-
Update tooling/debugger/src/repl.rs
Co-authored-by: Maxim Vezenov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c46f253 - Browse repository at this point
Copy the full SHA c46f253View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8779bfe - Browse repository at this point
Copy the full SHA 8779bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e99c6b - Browse repository at this point
Copy the full SHA 8e99c6bView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94b9d93 - Browse repository at this point
Copy the full SHA 94b9d93View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daacdac - Browse repository at this point
Copy the full SHA daacdacView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0e529b - Browse repository at this point
Copy the full SHA e0e529bView commit details -
* clean up DebugLocation::from_str * Create new AddressMap struct for abstracting acir_opcode_addresses type --------- Co-authored-by: ggiraldez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e882df - Browse repository at this point
Copy the full SHA 7e882dfView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d45f8e7 - Browse repository at this point
Copy the full SHA d45f8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47f33c - Browse repository at this point
Copy the full SHA d47f33cView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1ea77c - Browse repository at this point
Copy the full SHA d1ea77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d373ba8 - Browse repository at this point
Copy the full SHA d373ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17eea72 - Browse repository at this point
Copy the full SHA 17eea72View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.