Lessons from 20 Years of Debugging C++ Code
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore a comprehensive guide to debugging C++ code based on 20 years of experience in this conference talk from ACCU 2023. Learn the entire debugging process, starting from a program crash to implementing preventive measures. Discover how to gather critical information, reproduce bugs, analyze behavior, and formulate hypotheses. Gain insights into understanding programming language intricacies, system environments, operating systems, and assembly code. Explore various debugging tools, including sanitizers, disassemblers, and reverse debuggers. Learn how to fix bugs effectively, considering both ideal solutions and minimal fixes for shipping releases. Understand the importance of writing tests, changing best practices, improving library code, adding runtime asserts, and implementing reporting infrastructure to prevent future occurrences. Benefit from real-world examples encountered at think-cell over the years to master the art of reproducing, locating, understanding, and fixing even the most challenging bugs in C++ code.
Syllabus
Lessons from 20 years of Debugging C++ Code - Sebastian Theophil - ACCU 2023
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube