Overview of the RAD Debugger Project
masterThe RAD Debugger is a native, user-mode, multi-process, graphical debugger. It currently supports local-machine Windows x64 debugging using PDBs. The project also includes two related technologies:
- RAD Debug Info (RDI) Format: A custom debug information format used by the debugger. It can convert PDB (and eventually PE/ELF with DWARF) into RDI on-demand.
- RAD Linker: A high-performance linker for generating x64 PE/COFF binaries, optimized for extremely large executables. It is compatible with MSVC command-line syntax.