summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/core/core_lldb.py3
-rw-r--r--source/slang/slang_lldb.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/source/core/core_lldb.py b/source/core/core_lldb.py
index 05ba0a4db..2857405fd 100644
--- a/source/core/core_lldb.py
+++ b/source/core/core_lldb.py
@@ -1,7 +1,6 @@
"""
This python script provides LLDB formatters for Slang core types.
-To use it, add the following line to your ~/.lldbinit file:
-command script import /path/to/source/core/core_lldb.py
+To use it, see the `docs/debugging.md` file in this repo.
"""
import lldb
diff --git a/source/slang/slang_lldb.py b/source/slang/slang_lldb.py
index c1213e830..d4cb3b6f6 100644
--- a/source/slang/slang_lldb.py
+++ b/source/slang/slang_lldb.py
@@ -1,7 +1,6 @@
"""
This python script provides LLDB formatters for Slang IR types.
-To use it, add the following line to your ~/.lldbinit file:
-command script import /path/to/source/slang/slang_lldb.py
+To use it, see the `docs/debugging.md` file in this repo.
"""
import json