Re: [Oorexx-devel] Question ad condition object's traceback list

2009-05-11 Thread Rony G. Flatscher
Rick McGuire wrote: > This is the correct result. The traceback only includes lines back to > the point where the condition was trapped. Since your internal > routine call inherits the signal on settings from the call, the error > trap is triggered while still in the internal routine, so line 2

Re: [Oorexx-devel] Question ad condition object's traceback list

2009-05-11 Thread Rick McGuire
This is the correct result. The traceback only includes lines back to the point where the condition was trapped. Since your internal routine call inherits the signal on settings from the call, the error trap is triggered while still in the internal routine, so line 2 does not get added to the tra

[Oorexx-devel] Question ad condition object's traceback list

2009-05-11 Thread Rony G. Flatscher
Analyzing the contents of the condition object in order to create the lines ooRexx creates, if run on the command line and hitting an error. (This is intended to be returned in form of a message string to Java, in case a syntax error occurs on the Rexx side.) It seems that the traceback list doe