Johnny Marin
Johnny Marin

Reputation: 118

How do i run debugger and set break points in Android Studio?

I have recently started learning how to use android studio and need to know how to set break points and run the debugger. I clicked on the small button with the insect but it seems to open the emulator just like the green play button.

Upvotes: 4

Views: 91

Answers (1)

A. Slater
A. Slater

Reputation: 96

Click in the area between your code and the package explorer (with all the directories) to set breakpoints.

Upvotes: 4

Related Questions