IVbcHostObject.SetDebugType(Boolean, String) 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 the debug type.
public:
bool SetDebugType(bool emitDebugInformation, System::String ^ debugType);
public bool SetDebugType (bool emitDebugInformation, string debugType);
abstract member SetDebugType : bool * string -> bool
Public Function SetDebugType (emitDebugInformation As Boolean, debugType As String) As Boolean
Parameters
- emitDebugInformation
- Boolean
true
to generate debugging information and place it in a program database (.pdb) file; otherwise, false
.
- debugType
- String
The debug type, which can be full
or pdbonly
.
Returns
true
if the method was successful; otherwise, false
.