From 9666fbcab891156fb058d6a1b8f427ccc3ffecab Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Wed, 23 Jul 2025 21:34:21 -0400 Subject: Document how to use LLDB in the Slang codebase (#7809) * Document how to use LLDB in the Slang codebase * Include `slang_lldb.py` in `.lldbinit` * Switch from GCC to Clang * Include a VS Code task to build before debugging * Fix clangd --- source/core/core_lldb.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/core/core_lldb.py') 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 -- cgit v1.2.3