---
myst:
html_meta:
description: Understanding debugging tools on Ubuntu Server including debuginfod and debug symbols, as well as the use of eBPF for system analysis.
---
(how-to-debugging)=
# Debugging
These pages are for those interested in deeper debugging and analysis on an Ubuntu system.
* {ref}`About debuginfod `
* {ref}`Debug symbol packages `
* {ref}`Introduction to eBPF ` discusses eBPF, which is a lightweight VM that runs in the kernel space
* {ref}`Kernel crash dump ` shows how to use the kernel crash dump utility
```{toctree}
:hidden:
About debuginfod
Debug symbol packages
Kernel crash dump
eBPF
```
## Further reading
* External: [The Ubuntu Project documentation](https://documentation.ubuntu.com/project/contributors/debugging/)