ICscHostObject.SetEmitDebugInformation(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating whether to generate debugging information and place it in a program database (.pdb) file.
public:
bool SetEmitDebugInformation(bool emitDebugInformation);
public bool SetEmitDebugInformation (bool emitDebugInformation);
abstract member SetEmitDebugInformation : bool -> bool
Public Function SetEmitDebugInformation (emitDebugInformation As Boolean) As Boolean
Parameters
- emitDebugInformation
- Boolean
true
to generate debugging information and place it in a .pdb file; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.