I'm using Canary to support Compose, and I can't D...
# android-studio
r
I'm using Canary to support Compose, and I can't Debug -- the app simply waits for the debugger, and Studio waits for the app. Anyone else run into this? When I was using the Studio plugin in IDEA for the same project, I had no issues.
s
1. Just create breakpoint and change suspend to all 2. Run app in debug mode 3. Done! In future you may use default "Thread" option
r
Eh? The issue is that the debugger cannot connect to the app.
Here is a screenshot to show the behavior:
r
Same happens to me if I have running more than one version of AS. Like AS Canary and AS Stable. Shutting down the other usually helps
r
Hmm don't have two versions of studio running but I do have both idea and studio running. I'll try shutting down idea.
That was it, thank you @rudolf.hladik