An improvement to this is already in the development trunk and will be
available on a future release.  Here's an example of how the new entries
look:

     1 *-* t = .test~new
       >>>   "a TEST"
     2 *-* t~tracer
       >I> Method TRACER with scope "TEST" in package
C:\ORexxDev\testtrace.rex
     8 *-* expose last
     9 *-* use arg last
    10 *-* say last
       >>>   "LAST"
LAST
     3 *-* call tracetest
       >I> Routine TRACETEST in package C:\ORexxDev\testtrace.rex
    13 *-* use arg last
    14 *-* say last
       >>>   "LAST"
LAST


On Mon, Nov 12, 2012 at 5:27 PM, <amphitr...@ok.de> wrote:

> If I add
>
> ::options trace '?R'
>
> to a program a line like following is displayed when a method is
> started:
>
> "WindowsNT METHOD C:\PRGM\rexx\SnfIL.rx"
>
> Alas the method name is not displayed. Even if only novices do
> need such things it would be a advantageous to show the method
> name also. Yes, I see, it is just the result from Parse Source
> what was sufficient in times without methods.
>
> Best,
> M.
> --------------------------------------------
> Kostenlose E-Mail-Adresse mit unbegrenztem Speicherplatz für E-Mails, Free
> SMS und OK-Drive, der Online-Festplatte.
> Sicher Dir jetzt Deine Wunschadresse @ OK.de: www.ok.de
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to