| Crates.io | anchor-lldb |
| lib.rs | anchor-lldb |
| version | 0.2.1 |
| created_at | 2025-06-25 14:34:56.784242+00 |
| updated_at | 2025-06-26 12:10:48.5366+00 |
| description | A CLI tool to generate a standalone Rust crate to simulate and debug program instructions writte on Anchor Solana framework. Creates a binary executable that can be debugged with lldb. |
| homepage | |
| repository | https://github.com/ERoydev/anchor-lldb |
| max_upload_size | |
| id | 1725980 |
| size | 48,327 |
main.rs: runs all instructions with mock accounts and test datamock.rs: mocks for system program, signers, and PDAsCargo.toml: links to your Anchor crate via local path + package nameyour_project_name/programs/your_project_name/Cargo.tomlanchor-lldb generate --package=<your_package_name_here>