Re: [Oorexx-devel] Question ad tracing the invocation of a method containing a reply statement

2024-04-22 Thread Rony G. Flatscher
Committed with [r12834] (code) and [r12835] (unit tests) after running the entire test suite. ---rony On 21.04.2024 20:47, Rony G. Flatscher wrote: Thinking about this problem, the best understan

Re: [Oorexx-devel] Question ad tracing the invocation of a method containing a reply statement

2024-04-21 Thread Rony G. Flatscher
Thinking about this problem, the best understandable solution would probably be to insert an invocation exit traceline in the thread right before starting to spawn in RexxActivation. A test implementation would show the following output: 1 *-* .traceObject~option="T" -- from now on dis

[Oorexx-devel] Question ad tracing the invocation of a method containing a reply statement

2024-04-20 Thread Rony G. Flatscher
Given the following program: .traceObject~option="T" -- from now on display thread id in prefix t=.test~new t~test_reply ::class test ::method test_reply say "before reply ..." reply say "after reply ..." ::options trace all Running it will yield: