authorgravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-03-13 18:41:14-04:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-03-15 00:01:44-04:00
log8be607348061674f7be766d6ee86eef3a2d28727
tree1ad2be4316ff7a90a21951b7d911c34fd5422b78
parent4414f9c46e778a58c6d08df3c6ab604449abf38d

tools: fix typo in lldb command


1 files changed, 1 insertions(+), 1 deletions(-)

tools/lldb_pretty_printers.py+1-1
......@@ -1,6 +1,6 @@
11# pretty printing for the zig language, zig standard library, and zig stage 2 compiler.
22# put commands in ~/.lldbinit to run them automatically when starting lldb
3# `command script /path/to/stage2_lldb_pretty_printers.py` to import this file
3# `command script import /path/to/zig/tools/lldb_pretty_printers.py` to import this file
44# `type category enable zig` to enable pretty printing for the zig language
55# `type category enable zig.std` to enable pretty printing for the zig standard library
66# `type category enable zig.stage2` to enable pretty printing for the zig stage 2 compiler