swift_debug

Installation
SKILL.md

Swift Debug: Semantic Runtime Debugging

Bridge static code context with dynamic runtime state using LLDB extensions.

Setup

Install the LLDB plugin once per environment:

scripts/swift_debug install

This sets up the Python plugin and adds the loader script to ~/.lldbinit.

LLDB Commands (After Install)

Once installed, these commands are available in any LLDB session:

Installs
4
GitHub Stars
7
First Seen
Apr 1, 2026
swift_debug — swiftzilla/skills