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.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 54 조회
- 목록
본문
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.