mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Debugger: Extend tf cmd to optionally output video scanner info: tf <file.txt> [v] (#359)
This commit is contained in:
@@ -867,7 +867,7 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
ConsoleBufferPush( " JSR will be stepped into" );
|
||||
ConsoleBufferPush( " Hotkey: Shift-Space" );
|
||||
case CMD_TRACE_FILE:
|
||||
Colorize( sText, " Usage: \"[filename]\"" );
|
||||
Colorize( sText, " Usage: \"[filename]\" [v]" );
|
||||
ConsolePrint( sText );
|
||||
break;
|
||||
case CMD_TRACE_LINE:
|
||||
|
||||
Reference in New Issue
Block a user