From 7c1db7186af17a5440516d99166d4520893a37b1 Mon Sep 17 00:00:00 2001 From: k88hudson-cfa Date: Sat, 14 Dec 2024 13:38:21 -0500 Subject: [PATCH] comment --- src/debugger.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debugger.rs b/src/debugger.rs index df004cf..7469246 100644 --- a/src/debugger.rs +++ b/src/debugger.rs @@ -7,6 +7,7 @@ use std::collections::HashMap; use std::io::Write; trait DebuggerCommand { + /// Handle the command and any inputs; returning true will exit the debugger fn handle( &self, context: &mut Context,