An open API service indexing awesome lists of open source software.

https://github.com/allenjue/debugging-tutorial

A short guide to debugging, a systematic way to detect and squash bugs.
https://github.com/allenjue/debugging-tutorial

Last synced: 2 months ago
JSON representation

A short guide to debugging, a systematic way to detect and squash bugs.

Awesome Lists containing this project

README

        

# Debugging Tutorial

## Introduction
Bugs are an insidious creatures within programs that stifles productivity for
developers. Debugging is a way to systematically find and solve these bugs, and
this tutorial intends to delve into some debugging tactics. In particular, we'll
give a short tutorial on how to use GDB to find runtime and logical errors in
your code.

## Technologies
* GDB
* gcc