Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
dummy_debugger.cpp
Go to the documentation of this file.
1
#include "
barretenberg/vm2/tooling/debugger.hpp
"
2
3
#ifndef AVM_INCLUDE_DEBUGGER
4
namespace
bb::avm2
{
5
6
void
InteractiveDebugger::run
(uint32_t)
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
bb::avm2::InteractiveDebugger::run
void run(uint32_t starting_row=0)
Definition
dummy_debugger.cpp:6
debugger.hpp
bb::avm2
Definition
dbs.cpp:19
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
vm2
tooling
dummy_debugger.cpp
Generated by
1.9.8