Home | History | Annotate | Download | only in debugging

Lines Matching full:debugger

20   a JDWP-compliant debugger if you want to be able to do things such as step through code,
22 JDWP-compliant debugger is already included and there is no setup required. If you are using
23 another IDE, you can use the debugger that comes with it and attach the debugger to a special
49 <dt><strong>JDWP debugger</strong></dt>
52 a VM. Each application runs in a VM and exposes a unique port that you can attach a debugger to
56 Devices tab of DDMS. DDMS forwards the appropriate port to port 8700. Most modern Java IDEs include a JDWP debugger,
57 or you can use a command line debugger such as <a href="http://download.oracle.com/javase/6/docs/technotes/tools/">
79 selecting the application that you want to debug in the DDMS user interface. A JDWP debugger can
84 JDWP debugger are all setup for you and you can access them through the Debug and DDMS
171 The debugger and garbage collector are currently loosely integrated. The VM guarantees that any
172 object the debugger is aware of is not garbage collected until after the debugger disconnects.
173 This can result in a buildup of objects over time while the debugger is connected. For example,
174 if the debugger sees a running thread, the associated {@link java.lang.Thread} object is not