<liclass="toctree-l4"><aclass="reference internal"href="#filter-by-time-cost">Filter by time cost</a></li>
<liclass="toctree-l4"><aclass="reference internal"href="#check-the-field-of-the-target-object">Check the field of the target object</a></li>
<liclass="toctree-l4"><aclass="reference internal"href="#use-the-v-parameter-to-print-more-information">Use the -v parameter to print more information</a></li>
<h3>Use the -v parameter to print more information<aclass="headerlink"href="#use-the-v-parameter-to-print-more-information"title="Permalink to this headline">¶</a></h3>
<blockquote>
<div><p>The watch/trace/monitor/stack/tt commands all support the <codeclass="docutils literal notranslate"><spanclass="pre">-v</span></code> parameter.</p>
</div></blockquote>
<p>When the command is executed, there is no output result. There are two possibilities:</p>
<olclass="simple">
<li><p>The matched function is not executed</p></li>
<li><p>The result of the conditional expression is false</p></li>
</ol>
<p>But the user cannot tell which situation is.</p>
<p>Using the <codeclass="docutils literal notranslate"><spanclass="pre">-v</span></code> option, the specific value and execution result of <codeclass="docutils literal notranslate"><spanclass="pre">Condition</span><spanclass="pre">express</span></code> will be printed for easy confirmation.</p>