diff --git a/README.md b/README.md index da8076b5832619c1746582698552e2954778606b..58e6117e84d3b957fb28c558a55d743c740717da 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This project demonstrates how to use the LLDB C++ API to build a very basic debugger tool. +https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa + ## Requirements ```sh @@ -22,7 +24,3 @@ - `n` - Step over the next instruction/function - `bt` - Print a backtrace (call stack) of the current thread - `v` - Print local variables in the current stack frame - `q` - Kill the debugged process and exit - -## Preview - -https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa