| Crates.io | gimlet-cli |
| lib.rs | gimlet-cli |
| version | 0.1.1 |
| created_at | 2025-06-26 11:38:39.634187+00 |
| updated_at | 2025-06-26 12:56:07.982926+00 |
| description | A CLI tool used to debug executable binaries of Solana program using LLDB + rust formatting scripts. |
| homepage | |
| repository | https://github.com/ERoydev/anchor-lldb |
| max_upload_size | |
| id | 1727183 |
| size | 55,276 |
A CLI tool for launching lldb with enhanced Rust + Solana formatters — built to simplify debugging Solana Anchor programs.
20.1.7 (tested)Homebrew (on macOS)cargo install gimlet-cli
gimlet-cli <absolute_path_to_binary>
lldb with everything configured.lldb scripts with rust formatters instead of using solana-lldb which uses older LLDB version that have issues for our debugging goals.