Lines Matching full:debugging
1 page.title=Debugging
10 <li><a href="#stack">Debugging Environment</a></li>
12 <li><a href="#addltools">Additional Debugging Tools</a></li>
14 <li><a href="#tips">Debugging Tips</a></li>
25 comprise a typical Android debugging environment are:</p>
35 <dt><a href="{@docRoot}tools/debugging/ddms.html"><strong>Dalvik Debug Monitor
54 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
61 <h2>Debugging Environment</h2>
63 <p>Figure 1 shows how the various debugging tools work together in a typical
64 debugging environment.</p>
65 <img src="{@docRoot}images/debugging.png"
66 alt="Debugging workflow" />
67 <p class="img-caption><strong>Figure 1. </strong> Debugging Workflow</p>
77 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to
78 via DDMS. DDMS can forward any of these ports to a static debugging port (typically port 8700) by
80 attach to this static debugging port and debug all the applications that are running on the
88 <h2 id="addltools">Additional Debugging Tools</h2>
90 <p>In addition to the main debugging tools, the Android SDK provides additional tools to help you
94 <dt><strong><a href="{@docRoot}tools/debugging/debugging-ui.html">Heirarchy Viewer
100 "{@docRoot}tools/debugging/debugging-tracing.html">Traceview</a></strong></dt>
105 <dt><strong><a href="{@docRoot}tools/debugging/debugging-devtools.html">Dev Tools
114 <h2 id="tips">Debugging Tips</h2>
116 <p>While debugging, keep these helpful tips in mind to help you figure out common problems with your
129 window as described in <a href="{@docRoot}tools/debugging/debugging-devtools.html">
130 Debugging with the Dev Tools App</a>.
148 href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with Traceview and
165 <dt><strong>Use debugging helper classes</strong></dt>