| 1577 | } |
| 1578 | |
| 1579 | BF_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 | |
| 1584 | BF_EXPORT int BF_CALLTYPE Debugger_LoadDebugInfoForModuleWith(const char* moduleName, const char* debugFilePath) // 0 = No Change, 1 = Loaded, 2 = Loading in background |
| 1585 | { |
nothing calls this directly
no test coverage detected