Noir Debugger
There are currently two ways of debugging Noir programs:
- From VS Code, via the vscode-noir extension. You can install it via the Visual Studio Marketplace.
- Via the REPL debugger, which ships with Nargo.
In order to use either version of the debugger, you will need to install recent enough versions of Noir, Nargo and vscode-noir:
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11
info
At the moment, the debugger supports debugging binary projects, but not contracts.
We cover the VS Code Noir debugger more in depth in its VS Code debugger how-to guide and the reference.
The REPL debugger is discussed at length in the REPL debugger how-to guide and the reference.