Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Controls whether the just-in-time (JIT) compiler preserves debugging information for methods within this module.
Syntax
HRESULT EnableJITDebugging(
[in] BOOL bTrackJITInfo,
[in] BOOL bAllowJitOpts
);
Parameters
bTrackJITInfo
[in] Set this value to true to enable the JIT compiler to preserve mapping information between the common intermediate language (CIL) version and the JIT-compiled version of each method in this module.
bAllowJitOpts
[in] Set this value to true to enable the JIT compiler to generate code with certain JIT-specific optimizations for debugging.
Remarks
JIT debugging is enabled by default for all modules that are loaded when the debugger is active. Programmatically enabling or disabling the settings overrides global settings.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0