Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugInformationLevelValues = debugInformationLevelValuesType{
None: "none",
Binary: "binary",
Publics: "publics",
TraceFormatPresent: "traceFormatPresent",
TypeInfo: "typeInfo",
LineNumbers: "lineNumbers",
GlobalSymbols: "globalSymbols",
Private: "private",
SourceIndexed: "sourceIndexed",
}
Functions ¶
This section is empty.
Types ¶
type DebugInformationLevel ¶
type DebugInformationLevel string
[Flags] Defines the level of debug-related information inside the .pdb file. These values can be combined together (bitwise OR'ed) to create a customized level.
Click to show internal directories.
Click to hide internal directories.