From 84c40f61d855f9dc059e4161ad55819c0e113219 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Mon, 17 Jun 2019 10:07:37 -0400 Subject: [PATCH] SERVER-41168 Add lldb comment to .lldbinit --- .lldbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lldbinit b/.lldbinit index e4084129e21..f1b43b8c35e 100644 --- a/.lldbinit +++ b/.lldbinit @@ -2,5 +2,6 @@ # # settings set target.load-cwd-lldbinit true # +# Note: these will only work on XCode lldb with macOS. Linux lldb is not supported at this time. command script import buildscripts/lldb/lldb_printers.py -command script import buildscripts/lldb/lldb_commands.py \ No newline at end of file +command script import buildscripts/lldb/lldb_commands.py