Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If You want to debug: Right click left of Your part of code You want to debug (at line number). select Toggle Breakpoint.</p> <p><img src="https://i.stack.imgur.com/yovSM.png" alt="enter image description here"></p> <p>You can see small circle beside the line number, that is the breakpoint.</p> <p><img src="https://i.stack.imgur.com/pphuB.png" alt="enter image description here"></p> <p>Then, make run configuration, click small arrow beside run icon, and click 'run configurations..'</p> <p><img src="https://i.stack.imgur.com/hmsxQ.png" alt="enter image description here"></p> <p>Click on android application, you will see this dialog window:</p> <p><img src="https://i.stack.imgur.com/zT3Pm.png" alt="enter image description here"></p> <p>Read it, "highlight" this: 'Press new button to create a configuration of the selected type'. Click the New button, above the tab, You will see this dialog:</p> <p><img src="https://i.stack.imgur.com/1WBaK.png" alt="enter image description here"></p> <p>fill it, browse Your project,</p> <p><img src="https://i.stack.imgur.com/bektM.png" alt="enter image description here"></p> <p>for example, I add Scrumptious project, and launch default activity. Click on Target Tab, choose Your emulator. If You want to run on physical device, click 'Always prompt to pick device'. I run on physical device this time,</p> <p><img src="https://i.stack.imgur.com/YpakS.png" alt="enter image description here"></p> <p>for the Common tab, if maybe You want to check Display in favorites menu for 'Debug' or 'Run' option. It is optional. Click apply.</p> <p><img src="https://i.stack.imgur.com/fiLae.png" alt="enter image description here"></p> <p>click debug icon - and select your project. If You activate 'Debug' on Display in favorites menu, the project will shown at the debug option menu.</p> <p><img src="https://i.stack.imgur.com/oiDSn.png" alt="enter image description here"></p> <p>I choose 'Always prompt to pick device', this dialog will shown. I want to run at physical device, so I click the device at the 'Choose a running Android Device', and click 'Ok'. You can also run on emulator. Just click your emulator, and click Ok.</p> <p><img src="https://i.stack.imgur.com/NuUiV.png" alt="enter image description here"></p> <p>If eclipse give confirmation to open perspective, select Yes</p> <p><img src="https://i.stack.imgur.com/4spr2.png" alt="enter image description here"></p> <p>Then, if You want to know what is value of the variable, just put your mouse to the instance of variable, or You can browse at 'Variables' window at Debug perspective.</p> <p><img src="https://i.stack.imgur.com/q9mYy.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload