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:
@@ -124,3 +124,4 @@ extern t_bool sim_asynch_timer;
|
||||
extern DEVICE sim_timer_dev;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user