Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Includes callback methods that allow common language runtime version-specific debugging libraries to be located and loaded on demand for .NET Core regular and single-file applications. This interface is required by the RegisterForRuntimeStartup3 and CreateDebuggingInterfaceFromVersion3 methods. It is supported by the ICLRDebugging::OpenVirtualProcess
method acquired with dbgshim's CLRCreateInstance API.
Methods
Method | Description |
---|---|
ProvideWindowsLibrary | Allows the debugger to provide a path to a version-specific Windows debugging library. |
ProvideUnixLibrary | Allows the debugger to provide a path to a version-specific Linux or macOS debugging library. |
Requirements
Platforms: See .NET supported operating systems.
Header: dbgshim.h
Library: dbgshim.dll, libdbgshim.so, libdbgshim.dylib
.NET Versions: Available since .NET 6.0