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 trialBoris Vukobrat
4,248 PointsApp 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
4,248 PointsRun 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!
Gloria Dwomoh
13,116 PointsHa ha XD Have you tried clicking run instead (Shift + F10)?
Gloria Dwomoh
13,116 PointsGloria Dwomoh
13,116 PointsYeah, that's a good one :D I'm glad it is working now.