1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66

sim> set debug -r -a -t -p somefile

    -a   produces seconds.msec time format
    -t    produces hh:mm:ss.msec time format
    -r    causes time values displayed to be relative to the wall clock time when the 'set debug' command was issued
    -r   by itself will cause default of -t

    -a and -t can both be specified if desired

    -p   adds display of current PC value to the debug timestamp output

sim> show debug
This commit is contained in:
Mark Pizzolato
2013-07-15 04:38:54 -10:00
parent 95e54dc60e
commit 572ed3437a
4 changed files with 111 additions and 23 deletions

View File

@@ -124,3 +124,4 @@ extern t_bool sim_asynch_timer;
extern DEVICE sim_timer_dev;
#endif