I did double click on the left gray area near a line.
But when im running the program it dosent stop there its just keeping running.
What is the reason that it dosent stop ? I tried to install JDT maybe its not installed so i run through the Eclipse help menu for updates but it didnt find any updates.
So i cant figure out whats wrong.
In which mode did you run your program? You need to run your program in Debug mode, only then will it stop at the breakpoints. Right click on your application file and select the option “Debug As” -> “Android Application”.