Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.21 KB

nf-dbgeng-idebugsymbols3-setscopefromjitdebuginfo.md

File metadata and controls

75 lines (57 loc) · 2.21 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSymbols3.SetScopeFromJitDebugInfo
IDebugSymbols3::SetScopeFromJitDebugInfo (dbgeng.h)
Recovers just-in-time (JIT) debugging information and sets current debugger scope context based on that information.
debugger\idebugsymbols3_setscopefromjitdebuginfo.htm
debugger
05/03/2018
IDebugSymbols3::SetScopeFromJitDebugInfo
IDebugSymbols3 interface [Windows Debugging],SetScopeFromJitDebugInfo method, IDebugSymbols3.SetScopeFromJitDebugInfo, IDebugSymbols3::SetScopeFromJitDebugInfo, SetScopeFromJitDebugInfo, SetScopeFromJitDebugInfo method [Windows Debugging], SetScopeFromJitDebugInfo method [Windows Debugging],IDebugSymbols3 interface, dbgeng/IDebugSymbols3::SetScopeFromJitDebugInfo, debugger.idebugsymbols3_setscopefromjitdebuginfo
dbgeng.h
Dbgeng.h
Windows
Windows
IDebugSymbols3::SetScopeFromJitDebugInfo
dbgeng/IDebugSymbols3::SetScopeFromJitDebugInfo
APIRef
kbSyntax
COM
Dbgeng.h
IDebugSymbols3::SetScopeFromJitDebugInfo

IDebugSymbols3::SetScopeFromJitDebugInfo

-description

Recovers just-in-time (JIT) debugging information and sets current debugger scope context based on that information.

-parameters

-param OutputControl [in]

An output control.

-param InfoOffset [in]

An offset for the debugging information.

-returns

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.

-see-also

IDebugSymbols3