contents   index   previous   next



SE.INFREQUENT_CONT

Normally, the seContinueFunc function is called after each statement so debuggers can function properly. With this flag, it is called much less frequently. This is useful in Windows in which the continue function must check Window messages so the task doesn't get the 'not responding' problem. However, calling it after each statement wastes a lot of time. This flag causes the continue function to be called far less frequently.


SE.START