Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Eh, this doesn't change anything. Commented Feb 8, 2019 at 11:14
  • Ohhhh my apologies, are you running it on your mobile device? IF you are then go to your phone's settings -> Developer Options -> Select app to be debugged -> No apps Commented Feb 8, 2019 at 11:15
  • Did this work? Also, if it's already "No apps" then just restart the device, also make sure you do not have any breakpoints in your code. If you are unsure of break points then just check if the problem is solved with a fresh new project. If it is, then you most likely have a breakpoint in your code and you acidentally either pressed ctrl+F8 or left clicked on the left side of your code where it says the line count. Commented Feb 8, 2019 at 11:29
  • Thanks! Yes, that was debugging app in tablet settings. Stupid me, forgot about that :) Commented Feb 8, 2019 at 11:31