Nice summary from Rony -- Thanks.
 
I definitely see the utility of having the thread number in a trace (if
there's more than one thread) -- I use this all the time in printfs in my C
programs, and in Rexx trace it could simply be added after the trace
identifier (the second character in the >_> sequence), for example:
 
14 *-*   dthen=dthen.i
   >C3>     DTHEN.I => "DTHEN.1"
   >V3>     DTHEN.I => "2023-03-26"
   >>3>     "2023-03-26"
   >=3>     DTHEN <= "2023-03-26"
 
Only one extra character per line (unless you have more than 8 cores) and
minimal change to documentation, too.  :-)
 
Mike
 
 
 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to