Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
dummy_debugger.cpp
Go to the documentation of this file.
2
3#ifndef AVM_INCLUDE_DEBUGGER
4namespace bb::avm2 {
5
7{
8 std::cout << "Interactive debugger not available. Build with AVM_INCLUDE_DEBUGGER=1 (or in assert mode) to enable."
9 << std::endl;
10}
11
12} // namespace bb::avm2
13#endif
void run(uint32_t starting_row=0)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13