A small guide how to get familiar with debugging!
Slides:
Examples (make sure to open each VS Code for each individual directory):
- debugging-c Example program in C (atoi) with a bug, and the VSCode settings to launch in debug mode.
- debugging-go Example of 3 microservices in Golang, sending traces via OpenTelemetry. Deploys to Google CloudRun.
- profiler Example of Golang program doing some 'heavy' work, which can be visualized in the profiler.