diff options
| author | Sam Estep <sam@samestep.com> | 2025-07-23 21:34:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 01:34:21 +0000 |
| commit | 9666fbcab891156fb058d6a1b8f427ccc3ffecab (patch) | |
| tree | 626de80431a8ee43319f99e128f6144331b9f9a6 /docs/building.md | |
| parent | 559c8307d7537319c9f2b3f3d386d8b9b147aba3 (diff) | |
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
Diffstat (limited to 'docs/building.md')
| -rw-r--r-- | docs/building.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index 156e2471a..b8a3429a3 100644 --- a/docs/building.md +++ b/docs/building.md @@ -143,6 +143,10 @@ build/Debug/bin/slang-test See the [documentation on testing](../tools/slang-test/README.md) for more information. +## Debugging + +See the [documentation on debugging](/docs/debugging.md). + ## More niche topics ### CMake options |
