Python 3.12 introduced a new low impact monitoring API with [PEP669](https://peps.python.org/pep-0669/) which can be used to implement far faster debuggers than ever before. This talk will give you an introduction to the new API and show you how it can be used to write a simple debugger from scratch.