◄Up► ◄Contents► ◄Index► ◄Back► ─────LINK─────────────────────────────────────────────────────────────────── Syntax: /CO[DEVIEW] The /CO option adds Microsoft Symbolic Debugging Information to the executable file. Debugging information can be used with the Microsoft CodeView(R) debugger. If the object files were not compiled or assembled using /Zi or /Zd, /CO places only public symbols in the executable file. When /CO is used with the /TINY option, debugging information is put in a separate file with the same base name as the .COM file and with the .DBG extension. See: ◄/TINY Option► /CO is not compatible with /EXEPACK for MS-DOS executable files. -♦-