Update README with asset link and cleanup
Added a link to project assets and removed duplicate preview section.
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-16 10:17:56 +0100 |
| Committer | GitHub <noreply@github.com> | 2026-01-16 10:17:56 +0100 |
| Commit | 3ab215d3937317a2e42fddf31259de308885fccf (patch) |
|
-rw-r--r-- |
README.md | 6 |
1 files changed, 2 insertions, 4 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 3 | This project demonstrates how to use the LLDB C++ API to build a very basic |
3 | This project demonstrates how to use the LLDB C++ API to build a very basic |
| 4 | debugger tool. |
4 | debugger tool. |
| 5 | 5 | ||
| 6 | https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa |
||
| 7 | |||
| 6 | ## Requirements |
8 | ## Requirements |
| 7 | 9 | ||
| 8 | ```sh |
10 | ```sh |
| ... | |||
| 22 | - `bt` - Print a backtrace (call stack) of the current thread |
24 | - `bt` - Print a backtrace (call stack) of the current thread |
| 23 | - `v` - Print local variables in the current stack frame |
25 | - `v` - Print local variables in the current stack frame |
| 24 | - `q` - Kill the debugged process and exit |
26 | - `q` - Kill the debugged process and exit |
| 25 | |||
| 26 | ## Preview |
||
| 27 | |||
| 28 | https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa |
||