https://github.com/eroydev/gimlet-cli
https://github.com/eroydev/gimlet-cli
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eroydev/gimlet-cli
- Owner: ERoydev
- License: other
- Created: 2025-06-26T11:15:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T11:38:32.000Z (12 months ago)
- Last Synced: 2025-06-26T12:30:39.924Z (12 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gimlet CLI for Gimlet VS Code extension
A CLI tool for launching `lldb` with enhanced Rust + Solana formatters — built to simplify debugging Solana Anchor programs.
---
## Features
- Automatically injects **LLDB Rust + Solana** formatting scripts
- No global installs: runs everything in an isolated **temporary directory**
- Friendly CLI: just pass your compiled binary and debug
- Integrated with VS Code / terminal workflows
---
## Requirements
- Rust(stable)
- LLDB >= `20.1.7` (tested)
- Recommended: Install via `Homebrew` (on macOS)
## Installation
```sh
cargo install gimlet-cli
```
## Usage
```sh
gimlet-cli
```
1. Creates a temp sandbox.
2. Extract the LLDB formatters and scripts.
3. Launch `lldb` with everything configured.
## Notes
- We use this to run the `lldb` scripts with rust formatters instead of using `solana-lldb` which uses older LLDB version that have issues for our debugging goals.