IDebugEngine3::LoadSymbols

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Loads (as necessary) symbols for all modules being debugged by this debugging engine.

Syntax

HRESULT LoadSymbols();  
int LoadSymbols();  

Parameters

None.

Return Value

If successful, returns S_OK; otherwise returns error code.

Remarks

This loads debugging symbols for all modules referenced by this debugging engine. The symbols are loaded only if they have not already been loaded. Symbols are searched on the paths set by a call to SetSymbolPath.

See Also

SetSymbolPath
IDebugEngine3