Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson-cfa committed Dec 14, 2024
1 parent b532e66 commit 7c1db71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debugger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7c1db71

Please sign in to comment.