Lines Matching refs:debugging
25 comprise a typical Android debugging environment are:</p>
36 <dt><a href="{@docRoot}tools/debugging/ddms.html"><strong>Dalvik Debug Monitor
55 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
64 <p>Figure 1 shows how the various debugging tools work together in a typical
65 debugging environment.</p>
66 <img src="{@docRoot}images/debugging.png"
78 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to
79 via DDMS. DDMS can forward any of these ports to a static debugging port (typically port 8700) by
81 attach to this static debugging port and debug all the applications that are running on the
91 <p>In addition to the main debugging tools, the Android SDK provides additional tools to help you
95 <dt><strong><a href="{@docRoot}tools/debugging/debugging-ui.html">Heirarchy Viewer
101 "{@docRoot}tools/debugging/debugging-tracing.html">Traceview</a></strong></dt>
106 <dt><strong><a href="{@docRoot}tools/debugging/debugging-devtools.html">Dev Tools
117 <p>While debugging, keep these helpful tips in mind to help you figure out common problems with your
130 window as described in <a href="{@docRoot}tools/debugging/debugging-devtools.html">
147 href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with Traceview and
164 <dt><strong>Use debugging helper classes</strong></dt>