{"id":15735889,"url":"https://github.com/simonrw/dap-gui","last_synced_at":"2026-04-06T01:07:30.974Z","repository":{"id":198734087,"uuid":"662671136","full_name":"simonrw/dap-gui","owner":"simonrw","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-07T22:29:09.000Z","size":7256,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T05:01:01.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonrw.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-05T16:20:14.000Z","updated_at":"2026-02-07T22:29:12.000Z","dependencies_parsed_at":"2024-01-13T21:07:05.663Z","dependency_job_id":"36571ed1-1270-4d21-876b-735549b8011c","html_url":"https://github.com/simonrw/dap-gui","commit_stats":null,"previous_names":["simonrw/dap-gui"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simonrw/dap-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fdap-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fdap-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fdap-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fdap-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/dap-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fdap-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":[],"created_at":"2024-10-04T01:15:26.999Z","updated_at":"2026-02-09T06:33:45.612Z","avatar_url":"https://github.com/simonrw.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAP GUI\n\n[![test](https://github.com/simonrw/dap-gui/actions/workflows/test.yml/badge.svg)](https://github.com/simonrw/dap-gui/actions/workflows/test.yml)\n\nVery early prototype of a general purpose GUI debugger based on the [DAP][dap] protocol and [egui]([url](https://github.com/emilk/egui)).\n\nhttps://github.com/simonrw/dap-gui/assets/59756/a31d6a97-431f-48b7-a051-baac3ca9b167\n\n\n\n## Motivation\n\nThis repository exists because I do not like any of the debuggers I (currently) use day to day. I have tried:\n\n* pycharm\n* vs code\n* neovim dap\n\nThey do not feel right to me.\n\nMy hope with this project is to create a general purpose GUI on top of the [DAP][dap] protocol that I like to use.\n\n## Features\n\n* fast\n* stable\n* TBD\n\n## Internals\n\nWIP\n\n### Code layout and architecture\n\n* `transport` crate:\n  * serialisation and deserialisation of wire protocol\n  * send messages with and without responses\n  * publish received events\n* `debugger` crate:\n  * high level controls like `continue`\n  * breakpoint management\n  * initialisation of debugger state\n* `server` crate:\n  * abstraction over running DAP servers\n* `pcaplog` crate:\n  * print messages from pcap(ng) captures (prototype)\n* `gui` crate:\n  * main GUI implementation using `egui`/`eframe`\n* `state` crate:\n  * handles cross-session state persistence\n* `launch_configuration` crate:\n  * represents different launch configration options, e.g. `vscode` `launch.json` files\n\n### States and transitions\n\nThe diagram below represents the different state transitions used by the [`debugger::Debugger`](./debugger/src/debugger.rs) type.\n\n```mermaid\n---\ntitle: Debugger states\n---\n\nstateDiagram-v2\n    [*] --\u003e Initialized: [1]\n    Initialized --\u003e Running: [2]\n    Running --\u003e Paused: [2]\n    Paused --\u003e Running: [3]\n    Paused --\u003e ScopeChange: [4]\n    ScopeChange --\u003e Paused\n    Running --\u003e Terminated: [5]\n    Terminated --\u003e [*]\n```\n\n[dap]: https://microsoft.github.io/debug-adapter-protocol/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fdap-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fdap-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fdap-gui/lists"}