mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
Use DAP's exception breakpoints to represent the predefined breakpoints we set for unrecovered panics and fatal throws, so that DAP users can disable those breakpoints. Fixes #4038