From d86504ef887c5f10fedbc081476a050295241cb4 Mon Sep 17 00:00:00 2001 From: md5 Date: Fri, 25 Mar 2011 13:26:20 +0200 Subject: SCI: Cleaned up the BreakpointType enum and documented the bpe command --- engines/sci/console.cpp | 4 ++-- engines/sci/debug.h | 12 ++++++------ engines/sci/engine/vm.cpp | 4 +--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 93d21c32e0..e2e5ee9682 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -3154,10 +3154,9 @@ bool Console::cmdBreakpointKernel(int argc, const char **argv) { } bool Console::cmdBreakpointFunction(int argc, const char **argv) { - // TODO/FIXME: Why does this accept 2 parameters (the high and the low part of the address)?" if (argc != 3) { DebugPrintf("Sets a breakpoint on the execution of the specified exported function.\n"); - DebugPrintf("Usage: %s \n", argv[0]); + DebugPrintf("Usage: %s