From fad6126fb15a70396c34bad3b9604379cb78ce33 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 2 Jun 2025 16:35:45 -0500 Subject: debugger --- client/command.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/command.go') diff --git a/client/command.go b/client/command.go index 3122dc6..253f3d6 100644 --- a/client/command.go +++ b/client/command.go @@ -140,6 +140,8 @@ func (a *application) doCommand(command string, args []string, text string) { } else { a.cmdWindow.Buffer().Add(hm) } + case "debug": + a.currentWindow = debugWindowLocation{} case "quit": a.quit = true default: -- cgit v1.2.3