| 3845 | } |
| 3846 | |
| 3847 | BF_EXPORT void BF_CALLTYPE BlContext_SetDebug(BlContext* blContext, int debugMode) |
| 3848 | { |
| 3849 | blContext->mDebugKind = debugMode; |
| 3850 | } |
| 3851 | |
| 3852 | BF_EXPORT void BF_CALLTYPE BlContext_SetPDBName(BlContext* blContext, const char* pdbPath) |
| 3853 | { |