Skip to content

LaPlei96/debuggingbook

This branch is 25 commits behind uds-se/debuggingbook:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

LauraLaura
Laura
and
Laura
Jan 16, 2025
41badab · Jan 16, 2025
Jan 7, 2025
Jan 13, 2025
Jan 7, 2025
Jan 16, 2025
Jan 16, 2025
Mar 12, 2021
Mar 11, 2021
Apr 28, 2024
Apr 27, 2024
Jan 4, 2023
Jan 16, 2025
Sep 27, 2020
Jan 25, 2021
Jan 13, 2025
Mar 12, 2021
Nov 15, 2020
Oct 25, 2024
Sep 27, 2020
Jun 7, 2021
Oct 16, 2021
Jan 7, 2025
Mar 12, 2021
Mar 11, 2021
Sep 27, 2020
Jun 29, 2024
Mar 11, 2021
Mar 11, 2021
Jan 5, 2025
Mar 11, 2021
Mar 11, 2021

Repository files navigation

Code Tests   Notebook Tests   Static Type Checking   Imports   Website www.debuggingbook.org

Launch Binder   Made with Python   Made with Jupyter   License: MIT (Code), CC BY-NC-SA (Book)

About this Book

Welcome to "The Debugging Book"! Software has bugs, and finding bugs can involve lots of effort. This book addresses this problem by automating software debugging, specifically by locating errors and their causes automatically. Recent years have seen the development of novel techniques that lead to dramatic improvements in automated software debugging. They now are mature enough to be assembled in a book – even with executable code.

from bookutils import YouTubeVideo
YouTubeVideo("-nOxI6Ev_I4")

A Textbook for Paper, Screen, and Keyboard

You can use this book in four ways:

  • You can read chapters in your browser. Check out the list of chapters in the menu above, or start right away with the introduction to debugging or how debuggers work. All code is available for download.

  • You can interact with chapters as Jupyter Notebooks (beta). This allows you to edit and extend the code, experimenting live in your browser. Simply select "Resources → Edit as Notebook" at the top of each chapter. Try interacting with the introduction to interactive debuggers.

  • You can use the code in your own projects. You can download the code as Python programs; simply select "Resources → Download Code" for one chapter or "Resources → All Code" for all chapters. These code files can be executed, yielding (hopefully) the same results as the notebooks. Once the book is out of beta, you can also install the Python package.

  • You can present chapters as slides. This allows for presenting the material in lectures. Just select "Resources → View slides" at the top of each chapter. Try viewing the slides for how debuggers work.

Who this Book is for

This work is designed as a textbook for a course in software debugging; as supplementary material in a software testing or software engineering course; and as a resource for software developers. We cover fault localization, program slicing, input reduction, automated repair, and much more, illustrating all techniques with code examples that you can try out yourself.

News

This book is work in progress. All chapters planned are out now, but we keep on refining text and code with minor and major releases. To get notified on updates, follow us on Mastodon.

About

Project page for "The Debugging Book"

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.0%
  • Jupyter Notebook 35.9%
  • HTML 4.8%
  • TeX 1.7%
  • Makefile 0.9%
  • Smarty 0.5%
  • Other 1.2%