breakpoints.md
1# Overview
2
3The active `Project` is responsible for maintain opened and closed breakpoints
4as well as serializing breakpoints to save. At a high level project serializes
5the positions of breakpoints that don't belong to any active buffers and handles
6converting breakpoints from serializing to active whenever a buffer is opened/closed.
7
8`Project` also handles sending all relevant breakpoint information to debug adapter's
9during debugging or when starting a debugger.