blob: e7b3182c20671429f397852c8186e4a4a1955b12 (
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
|