Prepare TS flatbuffer support

This commit is contained in:
momo5502
2025-04-28 11:11:00 +02:00
parent bc26ebf1ba
commit 9ab282c2cf
15 changed files with 393 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ namespace Debugger;
table PauseEvent {}
table RunEvent {
singleStep: bool;
single_step: bool;
}
union Event {