mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Debugger: add new command: 'bpv <vpos,[len]>'
. break on video-scanner's vpos matching . NB. auto disable when hit
This commit is contained in:
@@ -940,7 +940,10 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
ConsoleColorizePrint( " Usage: <range>" );
|
||||
Help_Range();
|
||||
break;
|
||||
// Config - Load / Save
|
||||
case CMD_BREAKPOINT_ADD_VIDEO:
|
||||
ConsoleColorizePrint( " Usage: <vpos[,length]>" );
|
||||
break;
|
||||
// Config - Load / Save
|
||||
case CMD_CONFIG_LOAD:
|
||||
ConsoleColorizePrint( " Usage: [\"filename\"]" );
|
||||
ConsoleBufferPushFormat( " Load debugger configuration from '%s', or the specificed file.", g_sFileNameConfig.c_str() );
|
||||
|
||||
Reference in New Issue
Block a user