of the sources were made at vastly different times and contain incomplete or somewhat contradictory
information. As such this page will aim to collect as many sources as possible.
-* [CodeView 1.0 specification](./CodeView.pdf)
* LLVM
* [CodeView Overview](https://llvm.org/docs/SourceLevelDebugging.html#codeview-debug-info-format)
* [PDB Overview and technical details](https://llvm.org/docs/PDB/index.html)
specifically to debug Rust programs. While promising, it is still in early development.
* [RAD Debugger](https://github.com/EpicGamesExt/raddebugger) is a Windows-only GUI debugger. It has
a custom debug info format that PDB is translated into. The project also includes a linker that can
-generate their new debug info format during the linking phase.
\ No newline at end of file
+generate their new debug info format during the linking phase.