{"id":18462699,"url":"https://github.com/extism/extism-dbg","last_synced_at":"2026-03-06T07:31:42.575Z","repository":{"id":139443761,"uuid":"585758785","full_name":"extism/extism-dbg","owner":"extism","description":"Debugging for Extism plugins","archived":false,"fork":false,"pushed_at":"2024-10-22T21:49:18.000Z","size":1869,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-05T12:08:43.421Z","etag":null,"topics":["extism","wasm"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-06T01:59:20.000Z","updated_at":"2024-10-22T21:49:22.000Z","dependencies_parsed_at":"2024-10-23T04:58:46.025Z","dependency_job_id":"3e70e820-3852-4374-9e1b-95c207e9dba3","html_url":"https://github.com/extism/extism-dbg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extism/extism-dbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extism%2Fextism-dbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extism%2Fextism-dbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extism%2Fextism-dbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extism%2Fextism-dbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extism","download_url":"https://codeload.github.com/extism/extism-dbg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extism%2Fextism-dbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30165621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["extism","wasm"],"created_at":"2024-11-06T09:04:08.291Z","updated_at":"2026-03-06T07:31:42.547Z","avatar_url":"https://github.com/extism.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# extism-dbg\n\nDebugging for [Extism](https://github.com/extism/extism) plugins\n\n![extism-dbg](extism-dbg.png)\n\n## Installation\n\n```bash\n$ make \u0026\u0026 sudo make install\n```\n\nThis will install `extism-dbg` and `extism-lldb`:\n- `extism-dbg` is a minimal Extism host used to wrap the plugin.\n- `extism-lldb` is a shim to use LLDB to debug Extism plugins called from `extism-dbg` \n\n## Usage\n\nThe following command will start LLDB with a breakpoint set on the specified plugin function, \njust type `run` at the LLDB prompt to start executing the plugin:\n\n```bash\n$ extism-lldb count-vowels.wasm count_vowels --input @input.txt\n```\n\nArguments:\n1. WebAssembly module or Manifest file\n2. Function to call\n\nSee the output of `extism-lldb --help` for a list of options.\n\n- The `--source` parameter can be used to specify the search path(s) for the original source files \n- If the `--input` parameter starts with `@` then the input will be loaded from a file otherwise it will \n  be passed as-is. \n- `--lldb` can be used to specify the LLDB executable\n- Any arguments after the function name will be passed to LLDB directly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextism%2Fextism-dbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextism%2Fextism-dbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextism%2Fextism-dbg/lists"}