Debug Binaries

Debug binaries are Windows 95 kernel VxDs that are typically compiled with the DEBUG=1 statement contained in the corresponding makefile. Note the historic difference in nomenclature between Windows and Windows NTŪ documentation.

Windows 3.x, Windows 9x Windows NT Meaning
"Retail" "Free build" Normal retail code build
"Debug binary" "Checked build" Debug code build

You do not need to use the debug binaries in order to run and use the debugger. However, debug binaries are extremely helpful when troubleshooting your VxD: