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

Abhinav Kanoria
Abhinav Kanoria
7,730 Points

Debugger not working

I put a checkpoint(red coloured dot) next to the line return hours; in the getHourlyForecast() method. I tried to use the debugger to see what data I/m getting from forecast API. But I'm having a problem running the debugger. Here's the error message that pops up in the logcat: Error running app: Unable to open debugger port (localhost:8607): java.net.ConnectException "Connection refused: connect"

Please help. Thanks!