| 1176 | } |
| 1177 | |
| 1178 | BF_EXPORT void BF_CALLTYPE Debugger_Continue() |
| 1179 | { |
| 1180 | BfLogDbg("Debugger_Continue\n"); |
| 1181 | gDebugger->ContinueDebugEvent(); |
| 1182 | } |
| 1183 | |
| 1184 | BF_EXPORT void BF_CALLTYPE Debugger_StepInto(bool inAssembly) |
| 1185 | { |
nothing calls this directly
no test coverage detected