blob: 4a106d5cfb19d8bb56e9067d7376282cb066fcd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#pragma once
// Including this file is possible without modifying PEERDIR (for debug purposes).
// The latter is allowed only locally, so this file is named
// in such a way that including it prevents from committing the #include via ARC-1205.
#define DBGDUMP_INLINE_IF_INCLUDED inline
#include "dump.cpp"
#include "dumpers.cpp"
#include "engine.cpp"
#include <library/cpp/colorizer/colors.cpp>
#include <library/cpp/colorizer/output.cpp>
#undef DBGDUMP_INLINE_IF_INCLUDED
|