| ... | @@ -1,6 +1,6 @@ | ... | @@ -1,6 +1,6 @@ |
| 1 | # pretty printing for the zig language, zig standard library, and zig stage 2 compiler. | 1 | # pretty printing for the zig language, zig standard library, and zig stage 2 compiler. |
| 2 | # put commands in ~/.lldbinit to run them automatically when starting lldb | 2 | # 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 |
| 4 | # `type category enable zig` to enable pretty printing for the zig language | 4 | # `type category enable zig` to enable pretty printing for the zig language |
| 5 | # `type category enable zig.std` to enable pretty printing for the zig standard library | 5 | # `type category enable zig.std` to enable pretty printing for the zig standard library |
| 6 | # `type category enable zig.stage2` to enable pretty printing for the zig stage 2 compiler | 6 | # `type category enable zig.stage2` to enable pretty printing for the zig stage 2 compiler |