soft break (n)~ A break which is simulated by the debugger. It is used…
페이지 정보
본문
soft break (n)~ A break which is simulated by the debugger. It is used if a native program cannot be stopped for some reason (for example the program is executing in kernel mode). The debugger freezes all threads and simulates a break.