summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/core_lldb.py3
1 files changed, 1 insertions, 2 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