debug

Name

debug --  controls whether object file debug symbols are added to the COFF file

Syntax

defaultfunctionsyntaxminimal syntax
*enable

debug

d

 disable

nodebug

nod

Description

This command passes debugger symbols selectively by module to the COFF file. Therefore, it is not necessary to recompile and assemble to control which modules pass symbols to the COFF file. Default is DEBUG.

Example


	C:\COP8\NSASM\EXAMPLES>lncop.exe sample1.obj,sample2.obj, /NODEBUG sample3.obj, /DEBUG sample4.obj

	

If all objects are built with symbols (using the sym_debug assembler option) then only symbols for sample1.obj, sample1.obj, and sample4.obj are passed to the COFF file.