Re: [Oorexx-devel] trace thread

2011-02-24 Thread Jean-Louis Faucher
Hi Rony Yes, that would be easier, but for the moment, I have reached my goal :-) I will probably write a rexx script which renames the hexadecimal values. The infos added by Rick recently can be parsed to get the kind of exec ('routine, method), its name, is scope and its package. So, instead

[Oorexx-devel] trace thread

2011-02-23 Thread Jean-Louis Faucher
Hi I'm thinking of modifying my sandbox to add informations about current thread, activation and scope lock when tracing. But maybe I miss the point and a better (simpler) technique exists... Let me know. To illustrate my problem (T1, A1, P1 added by me): coroutine~start -- guarded

Re: [Oorexx-devel] trace thread

2011-02-23 Thread Rick McGuire
On Wed, Feb 23, 2011 at 7:54 AM, Jean-Louis Faucher jfaucher...@gmail.com wrote: Hi I'm thinking of modifying my sandbox to add informations about current thread, activation and scope lock when tracing. But maybe I miss the point and a better (simpler) technique exists... Let me know. To