The trace is not activated, the MT prefix should not be displayed:
$ rexx -e ".traceObject~option = 'F'; say 1/0"
[R1 T1 I0 ] 1 *-* say 1/0
[R1 T1 I0 ] Error 42 running INSTORE line 1: Arithmetic overflow/underflow.
[R1 T1 I0 ] Error 42.3: Arithmetic overflow; divisor must not be zero.
/local/rexx/oorexx/scripts/errors$
The attached script can be executed with no argument (no option set),
or by passing an option N or T or S or F or P
All the options except N will impact the error display.
The script contains:
The P option is not covered by the fix.
I'm not sure how to fix it.
In Activity::traceOutput, the output is completely cleared when the P option is enabled.
Anonymous