<div><p>The <codeclass="docutils literal notranslate"><spanclass="pre">#24</span></code> in the result indicates that in the run function, the <codeclass="docutils literal notranslate"><spanclass="pre">primeFactors()</span></code> function was called on line <codeclass="docutils literal notranslate"><spanclass="pre">24</span></code> of the source file.</p>
</div></blockquote>
</div>
<divclass="section"id="trace-times-limit">
<h3>Trace times limit<aclass="headerlink"href="#trace-times-limit"title="Permalink to this headline">¶</a></h3>
<p>Open terminal 1, trace the <codeclass="docutils literal notranslate"><spanclass="pre">run</span></code> method, and you can see the printout <codeclass="docutils literal notranslate"><spanclass="pre">listenerId:</span><spanclass="pre">1</span></code> .</p>
<p>Open terminal 1, trace the <codeclass="docutils literal notranslate"><spanclass="pre">run</span></code> method in the above demo, and you can see the printout <codeclass="docutils literal notranslate"><spanclass="pre">listenerId:</span><spanclass="pre">1</span></code> .</p>
<divclass="highlight-bash notranslate"><divclass="highlight hljs"><preclass="bash">[arthas@59161]$ trace demo.MathGame run