Stepping and showing execution point now work

This commit is contained in:
2026-03-28 17:18:26 +01:00
parent 41d0dd3b14
commit 587c8f9396
7 changed files with 184 additions and 88 deletions

View File

@@ -12,6 +12,7 @@ const (
ContinueCommand CommandType = "continue"
BreakCommand CommandType = "break"
LocalsCommand CommandType = "locals"
StepCommand CommandType = "step"
)
func makeCommand(cmd CommandType, values map[string]any) (requestId string, request string) {