book/src/debugging
~erin 7711c553b2
Basic debugging outline
2023-04-18 08:45:24 -04:00
..
README.md Basic debugging outline 2023-04-18 08:45:24 -04:00
gdb.md Basic debugging outline 2023-04-18 08:45:24 -04:00

README.md

Debugging

Debugging code and understanding what's going wrong is highly important, especially in a complex setup such as this. We will try to make it as easy as possible, with tools such as tracing.

There are several external tools that can be used as well.