mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
Debugger: QoL for bpchange when no args
This commit is contained in:
parent
f97531c5c0
commit
a767763486
@ -1896,7 +1896,10 @@ Update_t CmdBreakpointEnable (int nArgs) {
|
||||
Update_t CmdBreakpointChange (int nArgs)
|
||||
{
|
||||
if (! g_nBreakpoints)
|
||||
return ConsoleDisplayError("There are no (PC) Breakpoints defined.");
|
||||
{
|
||||
ConsolePrintFormat( "There are no " CHC_CATEGORY "PC" CHC_DEFAULT " Breakpoints defined." );
|
||||
return ConsoleDisplayError( "" );
|
||||
}
|
||||
|
||||
if (nArgs != 2)
|
||||
return Help_Arg_1( CMD_BREAKPOINT_CHANGE );
|
||||
|
Loading…
Reference in New Issue
Block a user