syrup: warduino debug crate, DAP server, and debug console - #407
Open
tolauwae wants to merge 22 commits into
Open
syrup: warduino debug crate, DAP server, and debug console #407tolauwae wants to merge 22 commits into
tolauwae wants to merge 22 commits into
Conversation
tolauwae
force-pushed
the
tools/syrup
branch
5 times, most recently
from
August 31, 2026 14:04
10debba to
fdce3f4
Compare
Member
|
I feel like syrup and the surrounding infrastructure should probably be in its own repository. |
Member
Author
|
I am actually not sure. I know we usually do, but increasingly I feel like one monolith repo for WARDuino makes a lot of sense. Because the whole project is incredibly split now. |
tolauwae
force-pushed
the
tools/syrup
branch
from
September 2, 2026 11:51
b41c539 to
99251cb
Compare
tolauwae
force-pushed
the
tools/syrup
branch
from
September 2, 2026 12:17
99251cb to
7b03bfa
Compare
tolauwae
force-pushed
the
tools/syrup
branch
2 times, most recently
from
September 2, 2026 13:05
5db0135 to
0c91f1b
Compare
tolauwae
force-pushed
the
tools/syrup
branch
from
September 3, 2026 08:31
0c91f1b to
e402f63
Compare
tolauwae
force-pushed
the
tools/syrup
branch
from
September 4, 2026 07:58
e402f63 to
45e506a
Compare
tolauwae
force-pushed
the
tools/syrup
branch
2 times, most recently
from
September 9, 2026 09:05
25ad73c to
64b76c5
Compare
tolauwae
force-pushed
the
tools/syrup
branch
2 times, most recently
from
September 11, 2026 13:19
1e10371 to
917e8de
Compare
Add VM wire event to DAP
tolauwae
force-pushed
the
tools/syrup
branch
from
September 11, 2026 14:04
917e8de to
99ef799
Compare
tolauwae
marked this pull request as ready for review
September 11, 2026 14:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Crate: wdebug
A Rust crate to interact directly with the WARDuino debugger. Code is based on the debug.proto file. This crate is used to implement the DAP crate.
WARDuino DAP crate
A Rust DAP library, and DAP server implementation. Run with just:
WARDuino debug console
A tiny console mostly for internal use to test and debug the debugger API since sending messages over telnet is not practically feasible anymore.
Currently it uses the DAP crate. So messages are sent through that intermediate layer. The console logs all DAP and VM messages.
VS Code debugging
VS Code debugging plugin fully based on the WARDuino DAP server. The whole plugin is one
package.json.To run it start a WARDuino instance, and a DAP server that connects to it.
Then in VS Code you can connect to the DAP server and debug your application.