| 1572 | } |
| 1573 | |
| 1574 | BF_EXPORT int BF_CALLTYPE Debugger_LoadImageForModuleWith(const char* moduleName, const char* debugFilePath) // 0 = No Change, 1 = Loaded, 2 = Loading in background |
| 1575 | { |
| 1576 | return gDebugger->LoadImageForModule(moduleName, debugFilePath); |
| 1577 | } |
| 1578 | |
| 1579 | BF_EXPORT int BF_CALLTYPE Debugger_LoadDebugInfoForModule(const char* moduleName) // 0 = No Change, 1 = Loaded, 2 = Loading in background |
| 1580 | { |
nothing calls this directly
no test coverage detected