Tracing Methods
Tracing
noreferences

@@description
<p align="justify">
Tracing non api methods is possible using MOTL. Entry and/or exit of methods can be traced.
</p>

<ul>
<li><b>Method Entry</b>: trace code is injected at the method entry.</li>
<li><b>Method Exit</b>: trace code is injected at method exit before return statements if exits.</li>
</ul>
</p>

@@syntax
[[traceDirective]] [[traceItem]] [[traceOption]]

@@example @@caption Method Entry @@endcaption
@@source manualexamples/TracingMethods1.ump
@@endexample

@@example @@caption Method Exit @@endcaption
@@source manualexamples/TracingMethods2.ump
@@endexample
