• Home
  • Raw
  • Download

Lines Matching refs:to

14           <li><a href="#debuggingPort">Configuring Your IDE to Attach to the Debugging Port</a></li>
21 <p>If you are not using Eclipse to develop, you can still take advantage of all the tools that
32 <p>You need to obtain a JDWP-compliant Java debugger to properly debug your application.
34 such as JDB, if you are using a simple text editor to develop applications.</p>
39 variable values. Since you are not using Eclipse, you have to manually start up the debugging
44 <li>Load an AVD with the Android emulator or connect a device to your computer.</li>
50 application running under the device that you installed it to.</li>
52 <li>Attach your debugger to the debugging port 8700, or to the specific port shown for the
56 <h3 id="debuggingPort">Configuring Your IDE to Attach to the Debugging Port</h3>
58 <p>DDMS assigns a specific debugging port to every virtual machine that it finds on the
59 emulator. You must either attach your IDE to that port (listed on the Info tab for that VM), or
60 you can use a default port 8700 to connect to whatever application is currently selected on the
63 <p>Your IDE should attach to your application running on the emulator, showing you its threads
64 and allowing you to suspend them, inspect their state, and set breakpoints. If you selected "Wait
66 so you will need to set any breakpoints you want before connecting.</p>
69 system to kill the selected application if it is currently running. You can use this to kill your
70 application if it is in a bad state by simply going to the settings and toggling the