Add CHC_REGS

This commit is contained in:
michaelangel007 2023-03-26 10:52:56 -07:00
parent a615a82960
commit d37d16e013
2 changed files with 2 additions and 1 deletions

View File

@ -8613,7 +8613,7 @@ void DebugContinueStepping(const bool bCallerWillUpdateDisplay/*=false*/)
{
int iBreakpoint = (g_pDebugBreakpointHit - g_aBreakpoints);
stopReason = StrFormat( "Register %s%s%s matches breakpoint %s#%s%d",
CHC_CATEGORY, // TODO: CHC_REGS
CHC_REGS,
g_aBreakpointSource[ g_pDebugBreakpointHit->eSource ],
CHC_DEFAULT,
CHC_ARG_SEP,

View File

@ -80,6 +80,7 @@
#define CHC_STRING "`6" //
#define CHC_EXAMPLE "`:"
#define CHC_PATH "`:" // Light Blue
#define CHC_REGS "`6" // Cyan
#else
#define CHC_DEFAULT ""
#define CHC_USAGE ""