When faced with a Python script how can you go about learning how it works / debugging issues? In this article I provide insight into my own flow which might help you wrangle that snake. This is a follow-up to my Golang debugging flow https://www.petermcconnell.com/posts/golang_debugging/
I was asked recently how to debug a Golang application and after-the-fact thought I should spend some time detailing the steps incase it’s of benefit to others. In short I use a debugger called Delve
Looking at some of the most common tools used in Linux Systems debugging. The goal of this article is to give you a solid foundation on what tools to begin looking into for debugging Linux Systems and why.