-
either start the app by right clicking on the project and select
Debug As
->Android Application
or by running it normally and later in the DDMS perspective select the running app in your devices pane and click on the green bug. -
once a breakpoint has been hit you can step over (
f6
) or step into (f5
) (check the Run menu for more commands).