IDebugSymbols3::SetScopeFromJitDebugInfo method (dbgeng.h)
Recovers just-in-time (JIT) debugging information and sets current debugger scope context based on that information.
Syntax
HRESULT SetScopeFromJitDebugInfo(
[in] ULONG OutputControl,
[in] ULONG64 InfoOffset
);
Parameters
[in] OutputControl
An output control.
[in] InfoOffset
An offset for the debugging information.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
The method gets JUT debugging information from a specified address from the debugging target, and then sets the current debugger scope context from that information.
This method is equivalent to '.jdinfo' command.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |