Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 478 Bytes

2017-06-30-debugging.md

File metadata and controls

15 lines (12 loc) · 478 Bytes
layout title tags
post
Debugging
debugging C C++ Fortran practical

Bugs in code are a fact of life, and being able to quickly debug a failing program is a vital skill for any software developer. This week, Matt Probert led another hands-on session on debugging using the standard Linux debugger, gdb.

You can find the slides for this session here and here.