Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Testing and Debugging Debugging with DDMS

Boris Vukobrat
Boris Vukobrat
4,248 Points

App crashes on resume (F9)

In fact it seems that VM disconnects. After resuming execution I am getting "Disconnected from the target VM ..." message in Debug>Console. Same happens without "Step Over (F8)"-ing, In the Android>logcat I have this message: "10-06 08:25:42.625 1124-1124/com.example.boris.funfacts I/System.out﹕ debugger has settled (1399)".

So I am tempted to use the ultimate Log.wtf () method : )

2 Answers

Boris Vukobrat
Boris Vukobrat
4,248 Points

Run worked fine all the time. Well, I restarted everything and it's ok now.

So I've just discovered the most powerful debugging tool: Restart!

Yeah, that's a good one :D I'm glad it is working now.

Ha ha XD Have you tried clicking run instead (Shift + F10)?