This is the repository for the LinkedIn Learning course Debugging in Go. The full course is available from LinkedIn Learning.
Get hands-on experience debugging Go programs using Delve, the Go debugger. The course is meant for developers who are already experienced and comfortable writing Go programs who want to be able to debug those programs when something goes wrong. Instructor Derek Parker first helps you master usage of Delve at the command line and within Visual Studio Code, and then shows you how to build on that in order to debug increasingly complex problems. Take this course to gain practical knowledge of Delve and how to use a debugger effectively for root cause analysis.
- To use these exercise files, and then choose one of these two options:
- Access the GitHub Codespace for this repo. Fork the repo to your account and then access the GitHub Codespace
- Use the files in the "examples" directory in your local environment
Principal Software Engineer