From 5e2ee05ac7806b8048b57ec91d9b07c153fb2b7b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 4 Apr 2026 12:39:54 +0300 Subject: [PATCH] Debugger help text update --- debug.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debug.cpp b/debug.cpp index e18bfc77..7665dea5 100644 --- a/debug.cpp +++ b/debug.cpp @@ -206,7 +206,7 @@ static const TCHAR help[] = { _T(" fo [ ] Conditional register breakpoint [Nx] [Hx].\n") _T(" reg=Dx,Ax,PC,USP,ISP,VBR,SR. oper:!=,==,<,>,>=,<=,-,!- (-=val to val2 range).\n") _T(" f Step forward until <= PC <= .\n") - _T(" e[x] Dump contents of all custom registers, ea = AGA colors.\n") + _T(" e Dump contents of all custom registers, ea = AGA colors.\n") _T(" i [] Dump contents of interrupt and trap vectors.\n") _T(" il [] Exception breakpoint.\n") _T(" o <0-2|addr> []View memory as Copper instructions.\n") @@ -223,8 +223,8 @@ static const TCHAR help[] = { _T(" x = must be same, z = must be different, s = restart.\n") _T(" W Write into Amiga memory.\n") _T(" W 'string' Write into Amiga memory.\n") - _T(" Wf , fill memory.\n") - _T(" Wc , copy memory.\n") + _T(" Wf , fill memory.\n") + _T(" Wc , copy memory.\n") _T(" w
[V[.x]] (read/write/opcode) (freeze/mustchange/logonly/nobreak).\n") _T(" Add/remove memory watchpoints.\n") _T(" wd [<0-1>] Enable illegal access logger. 1 = enable break.\n") -- 2.47.3