MCPcopy Create free account
hub / github.com/beefytech/Beef / Debugger_LoadDebugInfoForModule

Function Debugger_LoadDebugInfoForModule

IDEHelper/DebugManager.cpp:1579–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}
1578
1579BF_EXPORT int BF_CALLTYPE Debugger_LoadDebugInfoForModule(const char* moduleName) // 0 = No Change, 1 = Loaded, 2 = Loading in background
1580{
1581 return gDebugger->LoadDebugInfoForModule(moduleName);
1582}
1583
1584BF_EXPORT int BF_CALLTYPE Debugger_LoadDebugInfoForModuleWith(const char* moduleName, const char* debugFilePath) // 0 = No Change, 1 = Loaded, 2 = Loading in background
1585{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected