ClickHouse-pretty-printer
ClickHouse-pretty-printer copied to clipboard
This is a demo for pretty print ClickHouse variables
你好,我在使用您这个printer脚本时,有个问题 **问题如图**  **.gdbinit 配置, 我把printer.py clone到本地了**  --- **补充** https://github.com/ClickHouse/ClickHouse/issues/18861 这个issue里提到的这几种printer都尝试过了。都不太行 1. llvm 版本的[printer](https://github.com/llvm/llvm-project/tree/main/libcxx/utils/gdb/libcxx) , 不知道为什么没注册上 - 在 gdb 环境下,`info pretty-print` 没有显示注册成功的可用类型,比如std::basic_string等 2. libcxx-pretty-printers 也有OOM的[问题](https://github.com/ClickHouse/ClickHouse/issues/18861#issuecomment-766058302) 3. 您这个版本的因为语法错误,我还没成功 --- 我这里的环境是clion(win10)...
new ClickHouse Version has changed the children of AST from std::vector to absl::InlinedVector using ASTs = absl::InlinedVector; so content of the children cannot be shown in debug, can you add...