ICscHostObject.SetPdbFile(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 program database (.pdb) file in which to place generated debugging information.
public:
bool SetPdbFile(System::String ^ pdbFile);
public bool SetPdbFile (string pdbFile);
abstract member SetPdbFile : string -> bool
Public Function SetPdbFile (pdbFile As String) As Boolean
Parameters
- pdbFile
- String
The .pdb file in which to place generated debugging information.
Returns
true
if the method was successful; otherwise, false
.