Skip to content
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(codelens): trigger debugger on 'Debug test' command (#3) #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anaPerezGhiglia
Copy link
Contributor

Description

  • trigger dap debugger when receiving nargo.debug.test command
  • add new testName and oracleResolver fields to launch configuration
dapDebugger.mov

Problem*

related to noir-lang/noir#5208

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

* trigger `startDebugging` when receiving 'nargo.debug.test' command
anaPerezGhiglia added a commit to manastech/noir that referenced this pull request Mar 25, 2025
 - Add the possibility to compile and debug a test function
 - Add a new config parameter to configure an external oracle resolver when debugging
 - REPL: execute the debugger in a separate thread than the repl cli
 - Add new `Debug test` codelens request. Related vscode-noir PR (noir-lang/vscode-noir#100)

---------

Co-authored-by: Martin Verzilli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant