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