diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-05-31 13:45:27 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-06-17 09:48:39 -0400 |
commit | 277229505fd9f05d0ea2f6baa25afbdb8d8171a4 (patch) | |
tree | 691065932977d2ec8047b3fc5495dafa231aa9a7 /.lldbinit | |
parent | 211db32dc1838d591778f5c3c24e00435d3b59a0 (diff) | |
download | mongo-277229505fd9f05d0ea2f6baa25afbdb8d8171a4.tar.gz |
SERVER-41167 Write mongo type pretty printers for LLDB
Diffstat (limited to '.lldbinit')
-rw-r--r-- | .lldbinit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.lldbinit b/.lldbinit new file mode 100644 index 00000000000..a6c588a6cc9 --- /dev/null +++ b/.lldbinit @@ -0,0 +1,5 @@ +# To use our LLDB extensions add the following to the file ~/.lldbinit: +# +# settings set target.load-cwd-lldbinit true +# +command script import buildscripts/lldb/lldb_printers.py
\ No newline at end of file |