{"id":29064578,"url":"https://github.com/eroydev/anchor-lldb","last_synced_at":"2026-01-20T17:52:07.475Z","repository":{"id":301169781,"uuid":"1007021871","full_name":"ERoydev/anchor-lldb","owner":"ERoydev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-30T07:43:06.000Z","size":324765,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T06:34:47.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ERoydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T10:47:10.000Z","updated_at":"2025-06-30T07:43:09.000Z","dependencies_parsed_at":"2025-06-25T14:38:11.031Z","dependency_job_id":null,"html_url":"https://github.com/ERoydev/anchor-lldb","commit_stats":null,"previous_names":["eroydev/anchor-lldb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ERoydev/anchor-lldb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ERoydev%2Fanchor-lldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ERoydev%2Fanchor-lldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ERoydev%2Fanchor-lldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ERoydev%2Fanchor-lldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ERoydev","download_url":"https://codeload.github.com/ERoydev/anchor-lldb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ERoydev%2Fanchor-lldb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269842343,"owners_count":24484051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-27T09:30:36.092Z","updated_at":"2026-01-20T17:52:07.429Z","avatar_url":"https://github.com/ERoydev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anchor Debug Wrapper Generator  \n- Generates a standalone Rust crate that lets you simulate and debug program instructions without deploying to Solana.\n\n---\n\n## It scaffolds a standalone Rust crate with:\n- `main.rs`: runs all instructions with mock accounts and test data  \n- `mock.rs`: mocks for system program, signers, and PDAs  \n- `Cargo.toml`: links to your Anchor crate via local path + package name  \n\n---\n\n# Why?\n- Easily simulate and debug instructions locally without deploying to Solana.  \n- Quickly iterate on instruction logic, argument setup, and PDA derivation.  \n- No need for a local validator or on-chain deployment.  \n- Get the package name from `your_project_name/programs/your_project_name/Cargo.toml`\n\n---\n\n# Usage:\n```bash\nanchor-lldb generate --package=\u003cyour_package_name_here\u003e \n```\n# Anchor account debugging in LLDB\n1. View the pointer to the account\n```lldb\np shipment\n```\n\n3. Dereference the pointer to see the actual struct fields\n```lldb\np *shipment\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feroydev%2Fanchor-lldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feroydev%2Fanchor-lldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feroydev%2Fanchor-lldb/lists"}