From 27aa4a9204cde01f293a49c6c9d55d578f687819 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Mon, 3 Feb 2020 20:47:49 +0100 Subject: [PATCH] minor debugger fix --- src/debugger/DebuggerParser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debugger/DebuggerParser.cxx b/src/debugger/DebuggerParser.cxx index 9071bf57a..50ff2daae 100644 --- a/src/debugger/DebuggerParser.cxx +++ b/src/debugger/DebuggerParser.cxx @@ -2323,7 +2323,7 @@ std::array DebuggerParser::commands = { { { "break", - "Break [at address] [and bank]", + "Break at
and ", "Set/clear breakpoint on address (and all mirrors) and bank\nDefault are current PC and bank, valid address is 0 - ffff\n" "Example: break, break f000, break 7654 3\n break ff00 ff (= all banks)", false, @@ -2344,7 +2344,7 @@ std::array DebuggerParser::commands = { { { "breaklabel", - "Set/clear breakpoint on [address] (no mirrors, all banks)", + "Set/clear breakpoint on
(no mirrors, all banks)", "Example: breaklabel, breaklabel MainLoop", false, true,