Notes and basics from Google Automation: Trouble Shooting & Debugging Coursera course Trouble shooting - fixing system Debugging - fixing program code Cache stores data in a form that's faster to access than its original form. M emory leak - when memory which is no longer needed is not getting released. WEEK 2 Videos - review for terms and steps! Debugging Process figuring out the problem and its solution require some creativity. We need to come up with new ideas of what could be failing, and ways to check for that. And once we know what's failing, we need to imagine how to solve it. To take it a step further, once we've solved a problem, we can start thinking about how to prevent it from happening again Steps to solve a problem Gather information super important resource to solve a problem is the reproduction case , which is a clear description of how and when the problem appears Finding the root cause most difficult step. key: ...
Comments
Post a Comment