·lldb

LLDB-Debugger-Fähigkeit für C/C++/Swift/Objective-C-Programme. Verwendung beim Debuggen mit LLDB in macOS-, FreeBSD- oder Linux-Clang-Umgebungen, beim Zuordnen mentaler GDB-Modelle zu LLDB-Befehlen, beim Verwenden von LLDB in Xcode oder VS Code oder beim Debuggen von Swift/Objective-C. Wird bei Abfragen zu LLDB-Befehlen, GDB-zu-LLDB-Migration, Apple-Plattform-Debugging, LLDB-Python-Skripting oder IDE-integriertem Debugging mit Clang-erstellten Binärdateien aktiviert.

29Installationen·0Trend·@mohitmishra786

Installation

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb

So installieren Sie lldb

Installieren Sie den KI-Skill lldb schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: mohitmishra786/low-level-dev-skills.

Guide agents through LLDB sessions and map existing GDB knowledge to LLDB. Covers command differences, Apple specifics, Python scripting, and IDE integration.

| run [args] | process launch [args] / r | | | continue | process continue / c | | | next | thread step-over / n | | | step | thread step-in / s | | | nexti | thread step-inst-over / ni | | | stepi | thread step-inst / si | | | finish | thread step-out / finish | | | break main | breakpoint set -n main / b main | |

| break file.c:42 | breakpoint set -f file.c -l 42 / b file.c:42 | | | break 0x400abc | breakpoint set -a 0x400abc / b -a 0x400abc | | | watch x | watchpoint set variable x / wa s v x | | | print x | frame variable x / p x | | | print/x x | p/x x | | | info locals | frame variable / fr v | | | info args | frame variable --arguments | |

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

Schnelle Antworten

Was ist lldb?

LLDB-Debugger-Fähigkeit für C/C++/Swift/Objective-C-Programme. Verwendung beim Debuggen mit LLDB in macOS-, FreeBSD- oder Linux-Clang-Umgebungen, beim Zuordnen mentaler GDB-Modelle zu LLDB-Befehlen, beim Verwenden von LLDB in Xcode oder VS Code oder beim Debuggen von Swift/Objective-C. Wird bei Abfragen zu LLDB-Befehlen, GDB-zu-LLDB-Migration, Apple-Plattform-Debugging, LLDB-Python-Skripting oder IDE-integriertem Debugging mit Clang-erstellten Binärdateien aktiviert. Quelle: mohitmishra786/low-level-dev-skills.

Wie installiere ich lldb?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill lldb Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/mohitmishra786/low-level-dev-skills