| 1166 | } |
| 1167 | |
| 1168 | static void DebugEnterStepping() |
| 1169 | { |
| 1170 | ClearTempBreakpoints(); |
| 1171 | g_nAppMode = MODE_STEPPING; |
| 1172 | GetFrame().FrameRefreshStatus(DRAW_TITLE | DRAW_DISK_STATUS); |
| 1173 | } |
| 1174 | |
| 1175 | |
| 1176 | //=========================================================================== |
no test coverage detected