Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
debug_log.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2::simulation {
7
9 public:
10 virtual ~DebugLoggerInterface() = default;
11
14 MemoryAddress level_offset,
15 MemoryAddress message_offset,
16 uint16_t message_size,
17 MemoryAddress fields_offset,
18 MemoryAddress fields_size_offset) = 0;
19};
20
21} // namespace bb::avm2::simulation
virtual void debug_log(MemoryInterface &memory, AztecAddress contract_address, MemoryAddress level_offset, MemoryAddress message_offset, uint16_t message_size, MemoryAddress fields_offset, MemoryAddress fields_size_offset)=0
uint32_t MemoryAddress