• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

debugging

  1. R

    What is "Waiting for Debugger"?

    I'm developing my app with C#/VS/Xamarin. It works. And up to recently I could debug the app on my Samsung A51 via Visual Studio. BUT now I cannot. When I start debugging, I get a message on Android that it's Waiting for Debugger. The "Debugger" never appears. My phone is attached to the...
  2. M

    Wear OS and mobile native app debugger issues

    Hey guys I've created an android application with a wearos module contained within it. This might be a rookie issue given that I'm new to android development (I'm from a web dev background) but I'm struggling to get my wear and mobile apps to communicate, when they are in debug mode...
  3. F

    Android Studio - Tool to find out where a particular object was instantiated

    Hello forum, I am currently debugging an app in Android Studio and I am in a situation where I have an object and I need to find where this particular instance was created. In other words: I need to find the constructor call that created that particular instance. My current workflow is to find...
  4. J

    View executed code while running / debugging an app

    Hello everybody, I am very new to android studio and app development in general. I am working in a project which already has developed an app with a lot of features. I shall improve certain features and therefore I need to understand which files and which code are executed at which point in the...
Back
Top Bottom