Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ModuleChanged
Method
ModuleChanged
IDEHelper/WinDebugger.cpp:1706–1709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1704
}
1705
1706
void WinDebugger::ModuleChanged(DbgModule* dbgModule)
1707
{
1708
mDebugManager->mOutMessages.push_back(String(
"dbgInfoLoaded "
) + dbgModule->mFilePath);
1709
}
1710
1711
bool WinDebugger::DoUpdate()
1712
{
Callers
1
TryLoadPDB
Method · 0.80
Calls
2
String
Class · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected