Why doesn the debugger always single step over Windows system calls?
On Windows the stepi/nexti PGDBG commands time out when executed on a blocked system call. When attempting to step over the block system call, the program counter does not increment. Notice in the following example that the second stepi results in the program remaining stopped at the same address as the first stepi call.