What are the command line options needed to create a debug binary file? I have seen it posted before but I have since forgotten.
Thanks in advance
To generate a CodeView debug file with MASM 6.11, assemble with
/Zi /coff
then use the MS 32-bit linker with the options
/DEBUG /DEBUGTYPE:CV /PDB:NONE