From: Toni Wilen Date: Sat, 4 Apr 2026 09:39:54 +0000 (+0300) Subject: Debugger help text update X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5e2ee05ac7806b8048b57ec91d9b07c153fb2b7b;p=francis%2Fwinuae.git Debugger help text update --- 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")