I've got an activity and a service and a strange problem - despite the fact that the code of the service is filled with breakpoints, the debugger doesn't actually break on any of them - i.e. in onCreate, onStart and so on. However, it works fine in the activity. The app runs correctly, so I'm sure that these methods are really executed.
I'm trying to call one of the service methods every n seconds using a handler, but it doesn't really work for me, so it would be great if I could debug my code


