Skip to content

Commit

Permalink
feat(dap): implement DAP debugger
Browse files Browse the repository at this point in the history
This allows debugging from within VSCode (or other IDEs).
  • Loading branch information
obycode committed May 12, 2022
1 parent 2600cb1 commit 6bcec16
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 689 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ mac_address = { version = "1.1.2", optional = true }
tower-lsp = { version = "0.14.0", optional = true }
hex = "0.4.3"
dirs = "4.0.0"
tokio-util = { version = "0.7.1", features = ["codec"] }
httparse = "1.6.0"
bytes = "1.1.0"
log = "0.4.16"
memchr = "2.4.1"
dap_types = { package = "dap-types", path = "../dap-types" }

[dependencies.tui]
version = "0.16.0"
Expand Down
Loading

0 comments on commit 6bcec16

Please sign in to comment.