setup-pwndbg-dev.md: fix lldb dev run step (#3226)

version-add-os-name
Disconnect3d 4 months ago committed by GitHub
parent b3f608d15f
commit adc988f9ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ export LLDB_DEBUGSERVER_PATH=/usr/lib/llvm-19/bin/lldb-server
Pwndbg doesn't use the `lldb` driver binary directly, it drives its own REPL and interacts with LLDB through liblldb.
You can run Pwndbg with LLDB by running:
```{.bash .copy}
uv run python pwndbg-lldb.py [binary-to-debug]
uv run python pwndbginit/pwndbg_lldb.py [binary-to-debug]
```
## The development environment

Loading…
Cancel
Save