1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

SCP: Document in HELP and sim_doc HELP SET DEBUG -B

This commit is contained in:
Mark Pizzolato 2022-12-28 21:17:39 -10:00
parent 5ba0ef0c67
commit 5f98bdcce6
2 changed files with 4 additions and 1 deletions

Binary file not shown.

5
scp.c
View File

@ -1426,7 +1426,10 @@ static const char simh_help1[] =
" and the disk storage that a long running debug might consume.\n"
" The size of the circular memory buffer that is used is specified on\n"
" the SET DEBUG command line, for example:\n\n"
"++SET DEBUG -B <sizeinMB> <debug-destination>\n\n"
"++SET DEBUG -B <sizeinMB> <debug-destination-file>\n\n"
" The buffered data is written to the specified destination file when\n"
" control returns to the sim> prompt or every 30 seconds while the \n"
" simulator is executing instructions.\n\n"
#define HLP_SET_BREAK "*Commands SET Breakpoints"
"3Breakpoints\n"
"+SET BREAK <list> set breakpoints\n"