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 trialjonathan cohen
860 PointsLOG
I understood everything he did in the video, but I still can't understand why is log useful anywhere. Can someone give me an example for a problem that the log will help to find the problem ?
1 Answer
Evgeniia Vakarina
3,317 PointsJust wait for some bugs, you'll know (I don't know yet if it's a good practice to use log for debugging, but I did, and it helped a lot, I probably need to pay more attention to other debugging tools) Also when you test your app not everything is displayed at the screen, e.g. responses from a server, or if something was saved in a database.